#483524

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

Shades of Woodburn #483524

Tints of Woodburn #483524

Color information

#483524 (or 0x483524) is unknown color: approx Woodburn. HEX triplet: 48, 35 and 24. RGB value is (72,53,36). Sum of RGB (Red+Green+Blue) = 72+53+36=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 53 (21.09% from 255 or 32.92% from 161); Blue value is 36 (14.45% from 255 or 22.36% from 161); Max value from RGB is 72 - color contains mainly: red. Hex color #483524 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483524 is #B7CADB. Grayscale: #383838. Windows color (decimal): -12045020 or 2372936. OLE color: 2372936.

HSL color Cylindrical-coordinate representation of color #483524: hue angle of 28.33º 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 #483524 is Cyan = 0, Magento = 0.26, Yellow = 0.5 and Black (K on CMYK) = 0.72.

Color convert

RGB725336-
CMYK00.260.50.72
HSL28.33º33.33%21.18%-
HSV(B)28.33º50%28.24%-
XYZ4.264.052.23-
YUV56.74116.29138.88-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.72%
GREEN value IS 53 (21.09% from 255) = 32.92%
BLUE value IS 36 (14.45% from 255) = 22.36%
R=44.72%
G=32.92%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.5
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72533600.260.50.7228.3333.3321.18
Hex48352401A32481c2115
Octal110654403262110344125
Binary100100011010110010001101011001010010001110010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483524; }

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

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

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

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

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

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

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

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