#83604B

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

Shades of Dark Wood #83604B

Tints of Dark Wood #83604B

Color information

#83604B (or 0x83604B) is unknown color: approx Dark Wood. HEX triplet: 83, 60 and 4B. RGB value is (131,96,75). Sum of RGB (Red+Green+Blue) = 131+96+75=302 (40% of max value = 765). Red value is 131 (51.56% from 255 or 43.38% from 302); Green value is 96 (37.89% from 255 or 31.79% from 302); Blue value is 75 (29.69% from 255 or 24.83% from 302); Max value from RGB is 131 - color contains mainly: red. Hex color #83604B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #83604B is #7C9FB4. Grayscale: #686868. Windows color (decimal): -8167349 or 4939907. OLE color: 4939907.

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

Color convert

RGB1319675-
CMYK00.270.430.49
HSL22.5º27.18%40.39%-
HSV(B)22.5º42.75%51.37%-
XYZ14.8113.78.52-
YUV104.07111.6147.21-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 43.38%
GREEN value IS 96 (37.89% from 255) = 31.79%
BLUE value IS 75 (29.69% from 255) = 24.83%
R=43.38%
G=31.79%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.43
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131967500.270.430.4922.527.1840.39
Hex83604B01B2B31161b28
Octal2031401130335361263350
Binary10000011110000010010110110111010111100011011011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83604B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83604B; }

 p { color: rgb(131,96,75); }

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

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

 a { background-color: rgb(131,96,75); }

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

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

 span { border-color: rgb(131,96,75); }

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