#483728

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

Shades of Woodburn #483728

Tints of Woodburn #483728

Color information

#483728 (or 0x483728) is unknown color: approx Woodburn. HEX triplet: 48, 37 and 28. RGB value is (72,55,40). Sum of RGB (Red+Green+Blue) = 72+55+40=167 (22% of max value = 765). Red value is 72 (28.52% from 255 or 43.11% from 167); Green value is 55 (21.88% from 255 or 32.93% from 167); Blue value is 40 (16.02% from 255 or 23.95% from 167); Max value from RGB is 72 - color contains mainly: red. Hex color #483728 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483728 is #B7C8D7. Grayscale: #3A3A3A. Windows color (decimal): -12044504 or 2635592. OLE color: 2635592.

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

Color convert

RGB725540-
CMYK00.240.440.72
HSL28.12º28.57%21.96%-
HSV(B)28.12º44.44%28.24%-
XYZ4.424.262.6-
YUV58.37117.63137.72-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.11%
GREEN value IS 55 (21.88% from 255) = 32.93%
BLUE value IS 40 (16.02% from 255) = 23.95%
R=43.11%
G=32.93%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.44
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72554000.240.440.7228.1228.5721.96
Hex4837280182C481c1d16
Octal110675003054110343526
Binary10010001101111010000110001011001001000111001110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483728; }

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

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

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

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

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

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

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

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