#836348

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

Shades of Dark Wood #836348

Tints of Dark Wood #836348

Color information

#836348 (or 0x836348) is unknown color: approx Dark Wood. HEX triplet: 83, 63 and 48. RGB value is (131,99,72). Sum of RGB (Red+Green+Blue) = 131+99+72=302 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.38% from 302); Green value is 99 (39.06% from 255 or 32.78% from 302); Blue value is 72 (28.52% from 255 or 23.84% from 302); Max value from RGB is 131 - color contains mainly: red. Hex color #836348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #836348 is #7C9CB7. Grayscale: #696969. Windows color (decimal): -8166584 or 4744067. OLE color: 4744067.

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

Color convert

RGB1319972-
CMYK00.240.450.49
HSL27.46º29.06%39.8%-
HSV(B)27.46º45.04%51.37%-
XYZ14.9914.228.08-
YUV105.49109.1146.2-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.38%
GREEN value IS 99 (39.06% from 255) = 32.78%
BLUE value IS 72 (28.52% from 255) = 23.84%
R=43.38%
G=32.78%
B=23.84%

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
Decimal131997200.240.450.4927.4629.0639.8
Hex8363480182D311b1d28
Octal2031431100305561333550
Binary10000011110001110010000110001011011100011101111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836348; }

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

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

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

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

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

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

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

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