#4E3032

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

Shades of Cab Sav #4E3032

Tints of Cab Sav #4E3032

Color information

#4E3032 (or 0x4E3032) is unknown color: approx Cab Sav. HEX triplet: 4E, 30 and 32. RGB value is (78,48,50). Sum of RGB (Red+Green+Blue) = 78+48+50=176 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.32% from 176); Green value is 48 (19.14% from 255 or 27.27% from 176); Blue value is 50 (19.92% from 255 or 28.41% from 176); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3032 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3032 is #B1CFCD. Grayscale: #393939. Windows color (decimal): -11653070 or 3289166. OLE color: 3289166.

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

Color convert

RGB784850-
CMYK00.380.360.69
HSL356º23.81%24.71%-
HSV(B)356º38.46%30.59%-
XYZ4.773.963.53-
YUV57.2123.94142.84-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 44.32%
GREEN value IS 48 (19.14% from 255) = 27.27%
BLUE value IS 50 (19.92% from 255) = 28.41%
R=44.32%
G=27.27%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78485000.380.360.6935623.8124.71
Hex4E303202624451641819
Octal1166062046441055443031
Binary1001110110000110010010011010010010001011011001001100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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