#483929

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

Shades of Woodburn #483929

Tints of Woodburn #483929

Color information

#483929 (or 0x483929) is unknown color: approx Woodburn. HEX triplet: 48, 39 and 29. RGB value is (72,57,41). Sum of RGB (Red+Green+Blue) = 72+57+41=170 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.35% from 170); Green value is 57 (22.66% from 255 or 33.53% from 170); Blue value is 41 (16.41% from 255 or 24.12% from 170); Max value from RGB is 72 - color contains mainly: red. Hex color #483929 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483929 is #B7C6D6. Grayscale: #3B3B3B. Windows color (decimal): -12043991 or 2701640. OLE color: 2701640.

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

Color convert

RGB725741-
CMYK00.210.430.72
HSL30.97º27.43%22.16%-
HSV(B)30.97º43.06%28.24%-
XYZ4.544.462.72-
YUV59.66117.47136.8-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.35%
GREEN value IS 57 (22.66% from 255) = 33.53%
BLUE value IS 41 (16.41% from 255) = 24.12%
R=42.35%
G=33.53%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.43
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72574100.210.430.7230.9727.4322.16
Hex4839290152B481f1b16
Octal110715102553110373326
Binary10010001110011010010101011010111001000111111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483929

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483929; }

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

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

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

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

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

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

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

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