#83614A

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

Shades of Dark Wood #83614A

Tints of Dark Wood #83614A

Color information

#83614A (or 0x83614A) is unknown color: approx Dark Wood. HEX triplet: 83, 61 and 4A. RGB value is (131,97,74). Sum of RGB (Red+Green+Blue) = 131+97+74=302 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.38% from 302); Green value is 97 (38.28% from 255 or 32.12% from 302); Blue value is 74 (29.30% from 255 or 24.50% from 302); Max value from RGB is 131 - color contains mainly: red. Hex color #83614A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83614A is #7C9EB5. Grayscale: #686868. Windows color (decimal): -8167094 or 4874627. OLE color: 4874627.

HSL color Cylindrical-coordinate representation of color #83614A: hue angle of 24.21º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #83614A is Cyan = 0, Magento = 0.26, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB1319774-
CMYK00.260.440.49
HSL24.21º27.8%40.2%-
HSV(B)24.21º43.51%51.37%-
XYZ14.8713.878.37-
YUV104.54110.76146.87-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.38%
GREEN value IS 97 (38.28% from 255) = 32.12%
BLUE value IS 74 (29.30% from 255) = 24.50%
R=43.38%
G=32.12%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131977400.260.440.4924.2127.840.2
Hex83614A01A2C31181c28
Octal2031411120325461303450
Binary10000011110000110010100110101011001100011100011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83614A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83614A; }

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

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

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

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

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

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

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

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