#4E372F

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

Shades of Cedar #4E372F

Tints of Cedar #4E372F

Color information

#4E372F (or 0x4E372F) is unknown color: approx Cedar. HEX triplet: 4E, 37 and 2F. RGB value is (78,55,47). Sum of RGB (Red+Green+Blue) = 78+55+47=180 (23% of max value = 765). Red value is 78 (30.86% from 255 or 43.33% from 180); Green value is 55 (21.88% from 255 or 30.56% from 180); Blue value is 47 (18.75% from 255 or 26.11% from 180); Max value from RGB is 78 - color contains mainly: red. Hex color #4E372F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E372F is #B1C8D0. Grayscale: #3D3D3D. Windows color (decimal): -11651281 or 3094350. OLE color: 3094350.

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

Color convert

RGB785547-
CMYK00.290.400.69
HSL15.48º24.8%24.51%-
HSV(B)15.48º39.74%30.59%-
XYZ5.024.563.3-
YUV60.96120.12140.15-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 43.33%
GREEN value IS 55 (21.88% from 255) = 30.56%
BLUE value IS 47 (18.75% from 255) = 26.11%
R=43.33%
G=30.56%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.40
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78554700.290.400.6915.4824.824.51
Hex4E372F01D2845f1919
Octal116675703550105173131
Binary1001110110111101111011101101000100010111111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E372F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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