#4C372F

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

Shades of Cedar #4C372F

Tints of Cedar #4C372F

Color information

#4C372F (or 0x4C372F) is unknown color: approx Cedar. HEX triplet: 4C, 37 and 2F. RGB value is (76,55,47). Sum of RGB (Red+Green+Blue) = 76+55+47=178 (23% of max value = 765). Red value is 76 (30.08% from 255 or 42.70% from 178); Green value is 55 (21.88% from 255 or 30.90% from 178); Blue value is 47 (18.75% from 255 or 26.40% from 178); Max value from RGB is 76 - color contains mainly: red. Hex color #4C372F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C372F is #B3C8D0. Grayscale: #3C3C3C. Windows color (decimal): -11782353 or 3094348. OLE color: 3094348.

HSL color Cylindrical-coordinate representation of color #4C372F: hue angle of 16.55º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4C372F is Cyan = 0, Magento = 0.28, Yellow = 0.38 and Black (K on CMYK) = 0.70.

Color convert

RGB765547-
CMYK00.280.380.70
HSL16.55º23.58%24.12%-
HSV(B)16.55º38.16%29.8%-
XYZ4.864.473.3-
YUV60.37120.46139.15-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 42.70%
GREEN value IS 55 (21.88% from 255) = 30.90%
BLUE value IS 47 (18.75% from 255) = 26.40%
R=42.70%
G=30.90%
B=26.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.38
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal76554700.280.380.7016.5523.5824.12
Hex4C372F01C2646111818
Octal114675703446106213030
Binary10011001101111011110111001001101000110100011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C372F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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