#453324

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

Shades of Woodburn #453324

Tints of Woodburn #453324

Color information

#453324 (or 0x453324) is unknown color: approx Woodburn. HEX triplet: 45, 33 and 24. RGB value is (69,51,36). Sum of RGB (Red+Green+Blue) = 69+51+36=156 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.23% from 156); Green value is 51 (20.31% from 255 or 32.69% from 156); Blue value is 36 (14.45% from 255 or 23.08% from 156); Max value from RGB is 69 - color contains mainly: red. Hex color #453324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453324 is #BACCDB. Grayscale: #363636. Windows color (decimal): -12242140 or 2372421. OLE color: 2372421.

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

Color convert

RGB695136-
CMYK00.260.480.73
HSL27.27º31.43%20.59%-
HSV(B)27.27º47.83%27.06%-
XYZ3.963.762.19-
YUV54.67117.46138.22-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 44.23%
GREEN value IS 51 (20.31% from 255) = 32.69%
BLUE value IS 36 (14.45% from 255) = 23.08%
R=44.23%
G=32.69%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.48
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69513600.260.480.7327.2731.4320.59
Hex45332401A30491b1f15
Octal105634403260111333725
Binary10001011100111001000110101100001001001110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453324; }

 p { color: rgb(69,51,36); }

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

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

 a { background-color: rgb(69,51,36); }

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

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

 span { border-color: rgb(69,51,36); }

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