#483829

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

Shades of Woodburn #483829

Tints of Woodburn #483829

Color information

#483829 (or 0x483829) is unknown color: approx Woodburn. HEX triplet: 48, 38 and 29. RGB value is (72,56,41). Sum of RGB (Red+Green+Blue) = 72+56+41=169 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.60% from 169); Green value is 56 (22.27% from 255 or 33.14% from 169); Blue value is 41 (16.41% from 255 or 24.26% from 169); Max value from RGB is 72 - color contains mainly: red. Hex color #483829 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483829 is #B7C7D6. Grayscale: #3B3B3B. Windows color (decimal): -12044247 or 2701384. OLE color: 2701384.

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

Color convert

RGB725641-
CMYK00.220.430.72
HSL29.03º27.43%22.16%-
HSV(B)29.03º43.06%28.24%-
XYZ4.494.372.7-
YUV59.07117.8137.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.60%
GREEN value IS 56 (22.27% from 255) = 33.14%
BLUE value IS 41 (16.41% from 255) = 24.26%
R=42.60%
G=33.14%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.43
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72564100.220.430.7229.0327.4322.16
Hex4838290162B481d1b16
Octal110705102653110353326
Binary10010001110001010010101101010111001000111011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483829; }

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

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

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

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

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

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

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

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