#4E2E34

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

Shades of Cab Sav #4E2E34

Tints of Cab Sav #4E2E34

Color information

#4E2E34 (or 0x4E2E34) is unknown color: approx Cab Sav. HEX triplet: 4E, 2E and 34. RGB value is (78,46,52). Sum of RGB (Red+Green+Blue) = 78+46+52=176 (23% of max value = 765). Red value is 78 (30.86% from 255 or 44.32% from 176); Green value is 46 (18.36% from 255 or 26.14% from 176); Blue value is 52 (20.70% from 255 or 29.55% from 176); Max value from RGB is 78 - color contains mainly: red. Hex color #4E2E34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E2E34 is #B1D1CB. Grayscale: #383838. Windows color (decimal): -11653580 or 3419726. OLE color: 3419726.

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

Color convert

RGB784652-
CMYK00.410.330.69
HSL348.75º25.81%24.31%-
HSV(B)348.75º41.03%30.59%-
XYZ4.743.823.74-
YUV56.25125.6143.51-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 44.32%
GREEN value IS 46 (18.36% from 255) = 26.14%
BLUE value IS 52 (20.70% from 255) = 29.55%
R=44.32%
G=26.14%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78465200.410.330.69348.7525.8124.31
Hex4E2E34029214515d1a18
Octal1165664051411055353230
Binary1001110101110110100010100110000110001011010111011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E2E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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