#453223

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

Shades of Woodburn #453223

Tints of Woodburn #453223

Color information

#453223 (or 0x453223) is unknown color: approx Woodburn. HEX triplet: 45, 32 and 23. RGB value is (69,50,35). Sum of RGB (Red+Green+Blue) = 69+50+35=154 (20% of max value = 765). Red value is 69 (27.34% from 255 or 44.81% from 154); Green value is 50 (19.92% from 255 or 32.47% from 154); Blue value is 35 (14.06% from 255 or 22.73% from 154); Max value from RGB is 69 - color contains mainly: red. Hex color #453223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453223 is #BACDDC. Grayscale: #363636. Windows color (decimal): -12242397 or 2306629. OLE color: 2306629.

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

Color convert

RGB695035-
CMYK00.280.490.73
HSL26.47º32.69%20.39%-
HSV(B)26.47º49.28%27.06%-
XYZ3.93.672.09-
YUV53.97117.29138.72-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 44.81%
GREEN value IS 50 (19.92% from 255) = 32.47%
BLUE value IS 35 (14.06% from 255) = 22.73%
R=44.81%
G=32.47%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.49
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69503500.280.490.7326.4732.6920.39
Hex45322301C31491a2114
Octal105624303461111324124
Binary100010111001010001101110011000110010011101010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #453223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #453223; }

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

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

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

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

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

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

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

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