#4E292F

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

Shades of Cab Sav #4E292F

Tints of Cab Sav #4E292F

Color information

#4E292F (or 0x4E292F) is unknown color: approx Cab Sav. HEX triplet: 4E, 29 and 2F. RGB value is (78,41,47). Sum of RGB (Red+Green+Blue) = 78+41+47=166 (21% of max value = 765). Red value is 78 (30.86% from 255 or 46.99% from 166); Green value is 41 (16.41% from 255 or 24.70% from 166); Blue value is 47 (18.75% from 255 or 28.31% from 166); Max value from RGB is 78 - color contains mainly: red. Hex color #4E292F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E292F is #B1D6D0. Grayscale: #343434. Windows color (decimal): -11654865 or 3090766. OLE color: 3090766.

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

Color convert

RGB784147-
CMYK00.470.400.69
HSL350.27º31.09%23.33%-
HSV(B)350.27º47.44%30.59%-
XYZ4.453.413.11-
YUV52.75124.76146.01-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 46.99%
GREEN value IS 41 (16.41% from 255) = 24.70%
BLUE value IS 47 (18.75% from 255) = 28.31%
R=46.99%
G=24.70%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.40
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78414700.470.400.69350.2731.0923.33
Hex4E292F02F284515e1f17
Octal1165157057501055363727
Binary1001110101001101111010111110100010001011010111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E292F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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