#483627

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

Shades of Woodburn #483627

Tints of Woodburn #483627

Color information

#483627 (or 0x483627) is unknown color: approx Woodburn. HEX triplet: 48, 36 and 27. RGB value is (72,54,39). Sum of RGB (Red+Green+Blue) = 72+54+39=165 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.64% from 165); Green value is 54 (21.48% from 255 or 32.73% from 165); Blue value is 39 (15.62% from 255 or 23.64% from 165); Max value from RGB is 72 - color contains mainly: red. Hex color #483627 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483627 is #B7C9D8. Grayscale: #393939. Windows color (decimal): -12044761 or 2569800. OLE color: 2569800.

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

Color convert

RGB725439-
CMYK00.250.460.72
HSL27.27º29.73%21.76%-
HSV(B)27.27º45.83%28.24%-
XYZ4.364.162.49-
YUV57.67117.46138.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.64%
GREEN value IS 54 (21.48% from 255) = 32.73%
BLUE value IS 39 (15.62% from 255) = 23.64%
R=43.64%
G=32.73%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.46
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72543900.250.460.7227.2729.7321.76
Hex4836270192E481b1e16
Octal110664703156110333626
Binary10010001101101001110110011011101001000110111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483627

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483627; }

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

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

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

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

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

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

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

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