#483526

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

Shades of Woodburn #483526

Tints of Woodburn #483526

Color information

#483526 (or 0x483526) is unknown color: approx Woodburn. HEX triplet: 48, 35 and 26. RGB value is (72,53,38). Sum of RGB (Red+Green+Blue) = 72+53+38=163 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.17% from 163); Green value is 53 (21.09% from 255 or 32.52% from 163); Blue value is 38 (15.23% from 255 or 23.31% from 163); Max value from RGB is 72 - color contains mainly: red. Hex color #483526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483526 is #B7CAD9. Grayscale: #393939. Windows color (decimal): -12045018 or 2504008. OLE color: 2504008.

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

Color convert

RGB725338-
CMYK00.260.470.72
HSL26.47º30.91%21.57%-
HSV(B)26.47º47.22%28.24%-
XYZ4.34.062.39-
YUV56.97117.29138.72-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.17%
GREEN value IS 53 (21.09% from 255) = 32.52%
BLUE value IS 38 (15.23% from 255) = 23.31%
R=44.17%
G=32.52%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.47
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72533800.260.470.7226.4730.9121.57
Hex48352601A2F481a1f16
Octal110654603257110323726
Binary10010001101011001100110101011111001000110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483526; }

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

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

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

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

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

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

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

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