#48392B

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

Shades of Woodburn #48392B

Tints of Woodburn #48392B

Color information

#48392B (or 0x48392B) is unknown color: approx Woodburn. HEX triplet: 48, 39 and 2B. RGB value is (72,57,43). Sum of RGB (Red+Green+Blue) = 72+57+43=172 (22% of max value = 765). Red value is 72 (28.52% from 255 or 41.86% from 172); Green value is 57 (22.66% from 255 or 33.14% from 172); Blue value is 43 (17.19% from 255 or 25% from 172); Max value from RGB is 72 - color contains mainly: red. Hex color #48392B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #48392B is #B7C6D4. Grayscale: #3B3B3B. Windows color (decimal): -12043989 or 2832712. OLE color: 2832712.

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

Color convert

RGB725743-
CMYK00.210.400.72
HSL28.97º25.22%22.55%-
HSV(B)28.97º40.28%28.24%-
XYZ4.574.482.91-
YUV59.89118.47136.64-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 41.86%
GREEN value IS 57 (22.66% from 255) = 33.14%
BLUE value IS 43 (17.19% from 255) = 25%
R=41.86%
G=33.14%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.40
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72574300.210.400.7228.9725.2222.55
Hex48392B01528481d1917
Octal110715302550110353127
Binary10010001110011010110101011010001001000111011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48392B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48392B; }

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

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

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

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

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

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

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

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