#483424

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

Shades of Woodburn #483424

Tints of Woodburn #483424

Color information

#483424 (or 0x483424) is unknown color: approx Woodburn. HEX triplet: 48, 34 and 24. RGB value is (72,52,36). Sum of RGB (Red+Green+Blue) = 72+52+36=160 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45% from 160); Green value is 52 (20.70% from 255 or 32.5% from 160); Blue value is 36 (14.45% from 255 or 22.5% from 160); Max value from RGB is 72 - color contains mainly: red. Hex color #483424 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483424 is #B7CBDB. Grayscale: #383838. Windows color (decimal): -12045276 or 2372680. OLE color: 2372680.

HSL color Cylindrical-coordinate representation of color #483424: hue angle of 26.67º degrees, saturation: 0.33, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #483424 is Cyan = 0, Magento = 0.28, Yellow = 0.5 and Black (K on CMYK) = 0.72.

Color convert

RGB725236-
CMYK00.280.50.72
HSL26.67º33.33%21.18%-
HSV(B)26.67º50%28.24%-
XYZ4.223.962.21-
YUV56.16116.63139.3-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 45%
GREEN value IS 52 (20.70% from 255) = 32.5%
BLUE value IS 36 (14.45% from 255) = 22.5%
R=45%
G=32.5%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.5
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72523600.280.50.7226.6733.3321.18
Hex48342401C32481b2115
Octal110644403462110334125
Binary100100011010010010001110011001010010001101110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483424; }

 p { color: rgb(72,52,36); }

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

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

 a { background-color: rgb(72,52,36); }

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

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

 span { border-color: rgb(72,52,36); }

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