#83605E

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

Shades of Light Wood #83605E

Tints of Light Wood #83605E

Color information

#83605E (or 0x83605E) is unknown color: approx Light Wood. HEX triplet: 83, 60 and 5E. RGB value is (131,96,94). Sum of RGB (Red+Green+Blue) = 131+96+94=321 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.81% from 321); Green value is 96 (37.89% from 255 or 29.91% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 131 - color contains mainly: red. Hex color #83605E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83605E is #7C9FA1. Grayscale: #6A6A6A. Windows color (decimal): -8167330 or 6185091. OLE color: 6185091.

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

Color convert

RGB1319694-
CMYK00.270.280.49
HSL3.24º16.44%44.12%-
HSV(B)3.24º28.24%51.37%-
XYZ15.561412.47-
YUV106.24121.1145.66-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 40.81%
GREEN value IS 96 (37.89% from 255) = 29.91%
BLUE value IS 94 (37.11% from 255) = 29.28%
R=40.81%
G=29.91%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131969400.270.280.493.2416.4444.12
Hex83605E01B1C313102c
Octal203140136033346132054
Binary1000001111000001011110011011111001100011110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83605E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83605E; }

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

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

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

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

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

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

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

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