#453224

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

Shades of Woodburn #453224

Tints of Woodburn #453224

Color information

#453224 (or 0x453224) is unknown color: approx Woodburn. HEX triplet: 45, 32 and 24. RGB value is (69,50,36). Sum of RGB (Red+Green+Blue) = 69+50+36=155 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.52% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 36 (14.45% from 255 or 23.23% from 155); Max value from RGB is 69 - color contains mainly: red. Hex color #453224 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453224 is #BACDDB. Grayscale: #363636. Windows color (decimal): -12242396 or 2372165. OLE color: 2372165.

HSL color Cylindrical-coordinate representation of color #453224: hue angle of 25.45º 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 #453224 is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.73.

Color convert

RGB695036-
CMYK00.280.480.73
HSL25.45º31.43%20.59%-
HSV(B)25.45º47.83%27.06%-
XYZ3.913.672.17-
YUV54.08117.79138.64-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 44.52%
GREEN value IS 50 (19.92% from 255) = 32.26%
BLUE value IS 36 (14.45% from 255) = 23.23%
R=44.52%
G=32.26%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.48
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69503600.280.480.7325.4531.4320.59
Hex45322401C3049191f15
Octal105624403460111313725
Binary10001011100101001000111001100001001001110011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453224; }

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

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

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

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

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

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

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

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