#83705A

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

Shades of Cement #83705A

Tints of Cement #83705A

Color information

#83705A (or 0x83705A) is unknown color: approx Cement. HEX triplet: 83, 70 and 5A. RGB value is (131,112,90). Sum of RGB (Red+Green+Blue) = 131+112+90=333 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.34% from 333); Green value is 112 (44.14% from 255 or 33.63% from 333); Blue value is 90 (35.55% from 255 or 27.03% from 333); Max value from RGB is 131 - color contains mainly: red. Hex color #83705A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83705A is #7C8FA5. Grayscale: #737373. Windows color (decimal): -8163238 or 5927043. OLE color: 5927043.

HSL color Cylindrical-coordinate representation of color #83705A: hue angle of 32.2º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #83705A is Cyan = 0, Magento = 0.15, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB13111290-
CMYK00.150.310.49
HSL32.2º18.55%43.33%-
HSV(B)32.2º31.3%51.37%-
XYZ1717.1512.09-
YUV115.17113.79139.29-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.34%
GREEN value IS 112 (44.14% from 255) = 33.63%
BLUE value IS 90 (35.55% from 255) = 27.03%
R=39.34%
G=33.63%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311129000.150.310.4932.218.5543.33
Hex83705A0F1F3120132b
Octal2031601320173761402353
Binary1000001111100001011010011111111111000110000010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83705A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,112,90); }

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

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

 a { background-color: rgb(131,112,90); }

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

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

 span { border-color: rgb(131,112,90); }

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