#483A2B

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

Shades of Woodburn #483A2B

Tints of Woodburn #483A2B

Color information

#483A2B (or 0x483A2B) is unknown color: approx Woodburn. HEX triplet: 48, 3A and 2B. RGB value is (72,58,43). Sum of RGB (Red+Green+Blue) = 72+58+43=173 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.62% from 173); Green value is 58 (23.05% from 255 or 33.53% from 173); Blue value is 43 (17.19% from 255 or 24.86% from 173); Max value from RGB is 72 - color contains mainly: red. Hex color #483A2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #483A2B is #B7C5D4. Grayscale: #3C3C3C. Windows color (decimal): -12043733 or 2832968. OLE color: 2832968.

HSL color Cylindrical-coordinate representation of color #483A2B: hue angle of 31.03º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #483A2B is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.72.

Color convert

RGB725843-
CMYK00.190.400.72
HSL31.03º25.22%22.55%-
HSV(B)31.03º40.28%28.24%-
XYZ4.624.582.93-
YUV60.48118.14136.22-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.62%
GREEN value IS 58 (23.05% from 255) = 33.53%
BLUE value IS 43 (17.19% from 255) = 24.86%
R=41.62%
G=33.53%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.40
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72584300.190.400.7231.0325.2222.55
Hex483A2B01328481f1917
Octal110725302350110373127
Binary10010001110101010110100111010001001000111111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483A2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483A2B; }

 p { color: rgb(72,58,43); }

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

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

 a { background-color: rgb(72,58,43); }

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

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

 span { border-color: rgb(72,58,43); }

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