#4F2F32

Color #4F2F32 Cab Sav (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cab Sav #4F2F32

Tints of Cab Sav #4F2F32

Color information

#4F2F32 (or 0x4F2F32) is unknown color: approx Cab Sav. HEX triplet: 4F, 2F and 32. RGB value is (79,47,50). Sum of RGB (Red+Green+Blue) = 79+47+50=176 (23% of max value = 765). Red value is 79 (31.25% from 255 or 44.89% from 176); Green value is 47 (18.75% from 255 or 26.70% from 176); Blue value is 50 (19.92% from 255 or 28.41% from 176); Max value from RGB is 79 - color contains mainly: red. Hex color #4F2F32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F2F32 is #B0D0CD. Grayscale: #383838. Windows color (decimal): -11587790 or 3288911. OLE color: 3288911.

HSL color Cylindrical-coordinate representation of color #4F2F32: hue angle of 354.38º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #4F2F32 is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB794750-
CMYK00.410.370.69
HSL354.38º25.4%24.71%-
HSV(B)354.38º40.51%30.98%-
XYZ4.823.933.52-
YUV56.91124.1143.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 79 (31.25% from 255) = 44.89%
GREEN value IS 47 (18.75% from 255) = 26.70%
BLUE value IS 50 (19.92% from 255) = 28.41%
R=44.89%
G=26.70%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.37
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79475000.410.370.69354.3825.424.71
Hex4F2F3202925451621919
Octal1175762051451055423131
Binary1001111101111110010010100110010110001011011000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F2F32; }

 p { color: rgb(79,47,50); }

 H1.HeaderClassName
 {
   color: #4F2F32;
 }
 .AnyTagClassName
 {
   color: #4F2F32;
 }
</style>
background-color css

<style>
 a { background-color: #4F2F32; }

 a { background-color: rgb(79,47,50); }

 div.DivClassName
 {
   background-color: #4F2F32;
 }
 .BgClassName
 {
   background-color: #4F2F32;
 }
</style>
border-color css

<style>
 span { border-color: #4F2F32; }

 span { border-color: rgb(79,47,50); }

 td.TdClassName
 {
   border-color: #4F2F32;
 }
 .TagClassName
 {
   border-color: #4F2F32;
 }
</style>