#836248

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

Shades of Dark Wood #836248

Tints of Dark Wood #836248

Color information

#836248 (or 0x836248) is unknown color: approx Dark Wood. HEX triplet: 83, 62 and 48. RGB value is (131,98,72). Sum of RGB (Red+Green+Blue) = 131+98+72=301 (39% of max value = 765). Red value is 131 (51.56% from 255 or 43.52% from 301); Green value is 98 (38.67% from 255 or 32.56% from 301); Blue value is 72 (28.52% from 255 or 23.92% from 301); Max value from RGB is 131 - color contains mainly: red. Hex color #836248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836248 is #7C9DB7. Grayscale: #696969. Windows color (decimal): -8166840 or 4743811. OLE color: 4743811.

HSL color Cylindrical-coordinate representation of color #836248: hue angle of 26.44º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #836248 is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB1319872-
CMYK00.250.450.49
HSL26.44º29.06%39.8%-
HSV(B)26.44º45.04%51.37%-
XYZ14.914.038.05-
YUV104.9109.43146.61-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.52%
GREEN value IS 98 (38.67% from 255) = 32.56%
BLUE value IS 72 (28.52% from 255) = 23.92%
R=43.52%
G=32.56%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131987200.250.450.4926.4429.0639.8
Hex8362480192D311a1d28
Octal2031421100315561323550
Binary10000011110001010010000110011011011100011101011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836248; }

 p { color: rgb(131,98,72); }

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

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

 a { background-color: rgb(131,98,72); }

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

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

 span { border-color: rgb(131,98,72); }

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