#483527

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

Shades of Woodburn #483527

Tints of Woodburn #483527

Color information

#483527 (or 0x483527) is unknown color: approx Woodburn. HEX triplet: 48, 35 and 27. RGB value is (72,53,39). Sum of RGB (Red+Green+Blue) = 72+53+39=164 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.90% from 164); Green value is 53 (21.09% from 255 or 32.32% from 164); Blue value is 39 (15.62% from 255 or 23.78% from 164); Max value from RGB is 72 - color contains mainly: red. Hex color #483527 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483527 is #B7CAD8. Grayscale: #393939. Windows color (decimal): -12045017 or 2569544. OLE color: 2569544.

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

Color convert

RGB725339-
CMYK00.260.460.72
HSL25.45º29.73%21.76%-
HSV(B)25.45º45.83%28.24%-
XYZ4.314.072.48-
YUV57.08117.79138.64-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.90%
GREEN value IS 53 (21.09% from 255) = 32.32%
BLUE value IS 39 (15.62% from 255) = 23.78%
R=43.90%
G=32.32%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72533900.260.460.7225.4529.7321.76
Hex48352701A2E48191e16
Octal110654703256110313626
Binary10010001101011001110110101011101001000110011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483527; }

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

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

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

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

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

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

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

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