#483727

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

Shades of Woodburn #483727

Tints of Woodburn #483727

Color information

#483727 (or 0x483727) is unknown color: approx Woodburn. HEX triplet: 48, 37 and 27. RGB value is (72,55,39). Sum of RGB (Red+Green+Blue) = 72+55+39=166 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.37% from 166); Green value is 55 (21.88% from 255 or 33.13% from 166); Blue value is 39 (15.62% from 255 or 23.49% from 166); Max value from RGB is 72 - color contains mainly: red. Hex color #483727 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483727 is #B7C8D8. Grayscale: #3A3A3A. Windows color (decimal): -12044505 or 2570056. OLE color: 2570056.

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

Color convert

RGB725539-
CMYK00.240.460.72
HSL29.09º29.73%21.76%-
HSV(B)29.09º45.83%28.24%-
XYZ4.44.262.51-
YUV58.26117.13137.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.37%
GREEN value IS 55 (21.88% from 255) = 33.13%
BLUE value IS 39 (15.62% from 255) = 23.49%
R=43.37%
G=33.13%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72553900.240.460.7229.0929.7321.76
Hex4837270182E481d1e16
Octal110674703056110353626
Binary10010001101111001110110001011101001000111011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483727; }

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

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

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

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

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

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

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

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