#483729

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

Shades of Woodburn #483729

Tints of Woodburn #483729

Color information

#483729 (or 0x483729) is unknown color: approx Woodburn. HEX triplet: 48, 37 and 29. RGB value is (72,55,41). Sum of RGB (Red+Green+Blue) = 72+55+41=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 55 (21.88% from 255 or 32.74% from 168); Blue value is 41 (16.41% from 255 or 24.40% from 168); Max value from RGB is 72 - color contains mainly: red. Hex color #483729 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483729 is #B7C8D6. Grayscale: #3A3A3A. Windows color (decimal): -12044503 or 2701128. OLE color: 2701128.

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

Color convert

RGB725541-
CMYK00.240.430.72
HSL27.1º27.43%22.16%-
HSV(B)27.1º43.06%28.24%-
XYZ4.444.272.69-
YUV58.49118.13137.64-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.86%
GREEN value IS 55 (21.88% from 255) = 32.74%
BLUE value IS 41 (16.41% from 255) = 24.40%
R=42.86%
G=32.74%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.43
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72554100.240.430.7227.127.4322.16
Hex4837290182B481b1b16
Octal110675103053110333326
Binary10010001101111010010110001010111001000110111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483729; }

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

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

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

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

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

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

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

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