#4E2F34

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

Shades of Cab Sav #4E2F34

Tints of Cab Sav #4E2F34

Color information

#4E2F34 (or 0x4E2F34) is unknown color: approx Cab Sav. HEX triplet: 4E, 2F and 34. RGB value is (78,47,52). Sum of RGB (Red+Green+Blue) = 78+47+52=177 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.07% from 177); Green value is 47 (18.75% from 255 or 26.55% from 177); Blue value is 52 (20.70% from 255 or 29.38% from 177); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2F34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2F34 is #B1D0CB. Grayscale: #383838. Windows color (decimal): -11653324 or 3419982. OLE color: 3419982.

HSL color Cylindrical-coordinate representation of color #4E2F34: hue angle of 350.32º 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 #4E2F34 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.69.

Color convert

RGB784752-
CMYK00.400.330.69
HSL350.32º24.8%24.51%-
HSV(B)350.32º39.74%30.59%-
XYZ4.783.93.75-
YUV56.84125.27143.09-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 44.07%
GREEN value IS 47 (18.75% from 255) = 26.55%
BLUE value IS 52 (20.70% from 255) = 29.38%
R=44.07%
G=26.55%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78475200.400.330.69350.3224.824.51
Hex4E2F34028214515e1919
Octal1165764050411055363131
Binary1001110101111110100010100010000110001011010111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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