#452C27

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

Shades of Cedar #452C27

Tints of Cedar #452C27

Color information

#452C27 (or 0x452C27) is unknown color: approx Cedar. HEX triplet: 45, 2C and 27. RGB value is (69,44,39). Sum of RGB (Red+Green+Blue) = 69+44+39=152 (20% of max value = 765). Red value is 69 (27.34% from 255 or 45.39% from 152); Green value is 44 (17.58% from 255 or 28.95% from 152); Blue value is 39 (15.62% from 255 or 25.66% from 152); Max value from RGB is 69 - color contains mainly: red. Hex color #452C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452C27 is #BAD3D8. Grayscale: #323232. Windows color (decimal): -12243929 or 2567237. OLE color: 2567237.

HSL color Cylindrical-coordinate representation of color #452C27: hue angle of 10º degrees, saturation: 0.28, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #452C27 is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.73.

Color convert

RGB694439-
CMYK00.360.430.73
HSL10º27.78%21.18%-
HSV(B)10º43.48%27.06%-
XYZ3.723.212.34-
YUV50.9121.28140.91-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 45.39%
GREEN value IS 44 (17.58% from 255) = 28.95%
BLUE value IS 39 (15.62% from 255) = 25.66%
R=45.39%
G=28.95%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.43
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69443900.360.430.731027.7821.18
Hex452C270242B49a1c15
Octal105544704453111123425
Binary10001011011001001110100100101011100100110101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #452C27; }

 p { color: rgb(69,44,39); }

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

<style>
 a { background-color: #452C27; }

 a { background-color: rgb(69,44,39); }

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

<style>
 span { border-color: #452C27; }

 span { border-color: rgb(69,44,39); }

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