#4E3831

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

Shades of Cedar #4E3831

Tints of Cedar #4E3831

Color information

#4E3831 (or 0x4E3831) is unknown color: approx Cedar. HEX triplet: 4E, 38 and 31. RGB value is (78,56,49). Sum of RGB (Red+Green+Blue) = 78+56+49=183 (24% of max value = 765). Red value is 78 (30.86% from 255 or 42.62% from 183); Green value is 56 (22.27% from 255 or 30.60% from 183); Blue value is 49 (19.53% from 255 or 26.78% from 183); Max value from RGB is 78 - color contains mainly: red. Hex color #4E3831 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E3831 is #B1C7CE. Grayscale: #3D3D3D. Windows color (decimal): -11651023 or 3225678. OLE color: 3225678.

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

Color convert

RGB785649-
CMYK00.280.370.69
HSL14.48º22.83%24.9%-
HSV(B)14.48º37.18%30.59%-
XYZ5.114.673.54-
YUV61.78120.79139.57-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 42.62%
GREEN value IS 56 (22.27% from 255) = 30.60%
BLUE value IS 49 (19.53% from 255) = 26.78%
R=42.62%
G=30.60%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78564900.280.370.6914.4822.8324.9
Hex4E383101C2545e1719
Octal116706103445105162731
Binary1001110111000110001011100100101100010111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,56,49); }

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

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

 a { background-color: rgb(78,56,49); }

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

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

 span { border-color: rgb(78,56,49); }

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