#453225

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

Shades of Woodburn #453225

Tints of Woodburn #453225

Color information

#453225 (or 0x453225) is unknown color: approx Woodburn. HEX triplet: 45, 32 and 25. RGB value is (69,50,37). Sum of RGB (Red+Green+Blue) = 69+50+37=156 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.23% from 156); Green value is 50 (19.92% from 255 or 32.05% from 156); Blue value is 37 (14.84% from 255 or 23.72% from 156); Max value from RGB is 69 - color contains mainly: red. Hex color #453225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453225 is #BACDDA. Grayscale: #363636. Windows color (decimal): -12242395 or 2437701. OLE color: 2437701.

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

Color convert

RGB695037-
CMYK00.280.460.73
HSL24.37º30.19%20.78%-
HSV(B)24.37º46.38%27.06%-
XYZ3.933.682.25-
YUV54.2118.29138.56-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 44.23%
GREEN value IS 50 (19.92% from 255) = 32.05%
BLUE value IS 37 (14.84% from 255) = 23.72%
R=44.23%
G=32.05%
B=23.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69503700.280.460.7324.3730.1920.78
Hex45322501C2E49181e15
Octal105624503456111303625
Binary10001011100101001010111001011101001001110001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453225; }

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

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

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

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

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

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

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

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