#4E2F32

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

Shades of Cab Sav #4E2F32

Tints of Cab Sav #4E2F32

Color information

#4E2F32 (or 0x4E2F32) is unknown color: approx Cab Sav. HEX triplet: 4E, 2F and 32. RGB value is (78,47,50). Sum of RGB (Red+Green+Blue) = 78+47+50=175 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.57% from 175); Green value is 47 (18.75% from 255 or 26.86% from 175); Blue value is 50 (19.92% from 255 or 28.57% from 175); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2F32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2F32 is #B1D0CD. Grayscale: #383838. Windows color (decimal): -11653326 or 3288910. OLE color: 3288910.

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

Color convert

RGB784750-
CMYK00.400.360.69
HSL354.19º24.8%24.51%-
HSV(B)354.19º39.74%30.59%-
XYZ4.733.883.52-
YUV56.61124.27143.26-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 44.57%
GREEN value IS 47 (18.75% from 255) = 26.86%
BLUE value IS 50 (19.92% from 255) = 28.57%
R=44.57%
G=26.86%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.36
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78475000.400.360.69354.1924.824.51
Hex4E2F3202824451621919
Octal1165762050441055423131
Binary1001110101111110010010100010010010001011011000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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