#452D28

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

Shades of Cedar #452D28

Tints of Cedar #452D28

Color information

#452D28 (or 0x452D28) is unknown color: approx Cedar. HEX triplet: 45, 2D and 28. RGB value is (69,45,40). Sum of RGB (Red+Green+Blue) = 69+45+40=154 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.81% from 154); Green value is 45 (17.97% from 255 or 29.22% from 154); Blue value is 40 (16.02% from 255 or 25.97% from 154); Max value from RGB is 69 - color contains mainly: red. Hex color #452D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452D28 is #BAD2D7. Grayscale: #333333. Windows color (decimal): -12243672 or 2633029. OLE color: 2633029.

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

Color convert

RGB694540-
CMYK00.350.420.73
HSL10.34º26.61%21.37%-
HSV(B)10.34º42.03%27.06%-
XYZ3.783.32.44-
YUV51.61121.45140.41-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 44.81%
GREEN value IS 45 (17.97% from 255) = 29.22%
BLUE value IS 40 (16.02% from 255) = 25.97%
R=44.81%
G=29.22%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.42
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69454000.350.420.7310.3426.6121.37
Hex452D280232A49a1b15
Octal105555004352111123325
Binary10001011011011010000100011101010100100110101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,45,40); }

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

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

 a { background-color: rgb(69,45,40); }

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

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

 span { border-color: rgb(69,45,40); }

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