#452F2B

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

Shades of Cedar #452F2B

Tints of Cedar #452F2B

Color information

#452F2B (or 0x452F2B) is unknown color: approx Cedar. HEX triplet: 45, 2F and 2B. RGB value is (69,47,43). Sum of RGB (Red+Green+Blue) = 69+47+43=159 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.40% from 159); Green value is 47 (18.75% from 255 or 29.56% from 159); Blue value is 43 (17.19% from 255 or 27.04% from 159); Max value from RGB is 69 - color contains mainly: red. Hex color #452F2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452F2B is #BAD0D4. Grayscale: #353535. Windows color (decimal): -12243157 or 2830149. OLE color: 2830149.

HSL color Cylindrical-coordinate representation of color #452F2B: hue angle of 9.23º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #452F2B is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.73.

Color convert

RGB694743-
CMYK00.320.380.73
HSL9.23º23.21%21.96%-
HSV(B)9.23º37.68%27.06%-
XYZ3.913.472.75-
YUV53.12122.29139.33-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.40%
GREEN value IS 47 (18.75% from 255) = 29.56%
BLUE value IS 43 (17.19% from 255) = 27.04%
R=43.40%
G=29.56%
B=27.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69474300.320.380.739.2323.2121.96
Hex452F2B020264991716
Octal105575304046111112726
Binary10001011011111010110100000100110100100110011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,47,43); }

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

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

 a { background-color: rgb(69,47,43); }

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

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

 span { border-color: rgb(69,47,43); }

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