#452E2B

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

Shades of Cedar #452E2B

Tints of Cedar #452E2B

Color information

#452E2B (or 0x452E2B) is unknown color: approx Cedar. HEX triplet: 45, 2E and 2B. RGB value is (69,46,43). Sum of RGB (Red+Green+Blue) = 69+46+43=158 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.67% from 158); Green value is 46 (18.36% from 255 or 29.11% from 158); Blue value is 43 (17.19% from 255 or 27.22% from 158); Max value from RGB is 69 - color contains mainly: red. Hex color #452E2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #452E2B is #BAD1D4. Grayscale: #343434. Windows color (decimal): -12243413 or 2829893. OLE color: 2829893.

HSL color Cylindrical-coordinate representation of color #452E2B: hue angle of 6.92º 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 #452E2B is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.73.

Color convert

RGB694643-
CMYK00.330.380.73
HSL6.92º23.21%21.96%-
HSV(B)6.92º37.68%27.06%-
XYZ3.873.392.74-
YUV52.54122.62139.74-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 43.67%
GREEN value IS 46 (18.36% from 255) = 29.11%
BLUE value IS 43 (17.19% from 255) = 27.22%
R=43.67%
G=29.11%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69464300.330.380.736.9223.2121.96
Hex452E2B021264971716
Octal10556530414611172726
Binary1000101101110101011010000110011010010011111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #452E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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