#483528

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

Shades of Woodburn #483528

Tints of Woodburn #483528

Color information

#483528 (or 0x483528) is unknown color: approx Woodburn. HEX triplet: 48, 35 and 28. RGB value is (72,53,40). Sum of RGB (Red+Green+Blue) = 72+53+40=165 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.64% from 165); Green value is 53 (21.09% from 255 or 32.12% from 165); Blue value is 40 (16.02% from 255 or 24.24% from 165); Max value from RGB is 72 - color contains mainly: red. Hex color #483528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483528 is #B7CAD7. Grayscale: #393939. Windows color (decimal): -12045016 or 2635080. OLE color: 2635080.

HSL color Cylindrical-coordinate representation of color #483528: hue angle of 24.37º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #483528 is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.72.

Color convert

RGB725340-
CMYK00.260.440.72
HSL24.37º28.57%21.96%-
HSV(B)24.37º44.44%28.24%-
XYZ4.334.082.57-
YUV57.2118.29138.56-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.64%
GREEN value IS 53 (21.09% from 255) = 32.12%
BLUE value IS 40 (16.02% from 255) = 24.24%
R=43.64%
G=32.12%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72534000.260.440.7224.3728.5721.96
Hex48352801A2C48181d16
Octal110655003254110303526
Binary10010001101011010000110101011001001000110001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483528; }

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

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

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

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

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

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

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

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