#83745A

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

Shades of Cement #83745A

Tints of Cement #83745A

Color information

#83745A (or 0x83745A) is unknown color: approx Cement. HEX triplet: 83, 74 and 5A. RGB value is (131,116,90). Sum of RGB (Red+Green+Blue) = 131+116+90=337 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.87% from 337); Green value is 116 (45.70% from 255 or 34.42% from 337); Blue value is 90 (35.55% from 255 or 26.71% from 337); Max value from RGB is 131 - color contains mainly: red. Hex color #83745A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83745A is #7C8BA5. Grayscale: #757575. Windows color (decimal): -8162214 or 5928067. OLE color: 5928067.

HSL color Cylindrical-coordinate representation of color #83745A: hue angle of 38.05º 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 #83745A is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB13111690-
CMYK00.110.310.49
HSL38.05º18.55%43.33%-
HSV(B)38.05º31.3%51.37%-
XYZ17.4518.0512.24-
YUV117.52112.47137.61-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.87%
GREEN value IS 116 (45.70% from 255) = 34.42%
BLUE value IS 90 (35.55% from 255) = 26.71%
R=38.87%
G=34.42%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.31
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311169000.110.310.4938.0518.5543.33
Hex83745A0B1F3126132b
Octal2031641320133761462353
Binary1000001111101001011010010111111111000110011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83745A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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