#836448

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

Shades of Dark Wood #836448

Tints of Dark Wood #836448

Color information

#836448 (or 0x836448) is unknown color: approx Dark Wood. HEX triplet: 83, 64 and 48. RGB value is (131,100,72). Sum of RGB (Red+Green+Blue) = 131+100+72=303 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.23% from 303); Green value is 100 (39.45% from 255 or 33.00% from 303); Blue value is 72 (28.52% from 255 or 23.76% from 303); Max value from RGB is 131 - color contains mainly: red. Hex color #836448 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836448 is #7C9BB7. Grayscale: #6A6A6A. Windows color (decimal): -8166328 or 4744323. OLE color: 4744323.

HSL color Cylindrical-coordinate representation of color #836448: hue angle of 28.47º 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 #836448 is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB13110072-
CMYK00.240.450.49
HSL28.47º29.06%39.8%-
HSV(B)28.47º45.04%51.37%-
XYZ15.0914.418.12-
YUV106.08108.77145.78-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.23%
GREEN value IS 100 (39.45% from 255) = 33.00%
BLUE value IS 72 (28.52% from 255) = 23.76%
R=43.23%
G=33.00%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.45
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311007200.240.450.4928.4729.0639.8
Hex8364480182D311c1d28
Octal2031441100305561343550
Binary10000011110010010010000110001011011100011110011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836448; }

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

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

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

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

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

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

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

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