#83613F

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

Shades of Dark Wood #83613F

Tints of Dark Wood #83613F

Color information

#83613F (or 0x83613F) is unknown color: approx Dark Wood. HEX triplet: 83, 61 and 3F. RGB value is (131,97,63). Sum of RGB (Red+Green+Blue) = 131+97+63=291 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.02% from 291); Green value is 97 (38.28% from 255 or 33.33% from 291); Blue value is 63 (25% from 255 or 21.65% from 291); Max value from RGB is 131 - color contains mainly: red. Hex color #83613F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83613F is #7C9EC0. Grayscale: #676767. Windows color (decimal): -8167105 or 4153731. OLE color: 4153731.

HSL color Cylindrical-coordinate representation of color #83613F: hue angle of 30º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #83613F is Cyan = 0, Magento = 0.26, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB1319763-
CMYK00.260.520.49
HSL30º35.05%38.04%-
HSV(B)30º51.91%51.37%-
XYZ14.5313.736.59-
YUV103.29105.26147.76-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 45.02%
GREEN value IS 97 (38.28% from 255) = 33.33%
BLUE value IS 63 (25% from 255) = 21.65%
R=45.02%
G=33.33%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131976300.260.520.493035.0538.04
Hex83613F01A34311e2326
Octal203141770326461364346
Binary10000011110000111111101101011010011000111110100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83613F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83613F; }

 p { color: rgb(131,97,63); }

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

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

 a { background-color: rgb(131,97,63); }

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

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

 span { border-color: rgb(131,97,63); }

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