#83745F

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

Shades of Cement #83745F

Tints of Cement #83745F

Color information

#83745F (or 0x83745F) is unknown color: approx Cement. HEX triplet: 83, 74 and 5F. RGB value is (131,116,95). Sum of RGB (Red+Green+Blue) = 131+116+95=342 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.30% from 342); Green value is 116 (45.70% from 255 or 33.92% from 342); Blue value is 95 (37.5% from 255 or 27.78% from 342); Max value from RGB is 131 - color contains mainly: red. Hex color #83745F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83745F is #7C8BA0. Grayscale: #767676. Windows color (decimal): -8162209 or 6255747. OLE color: 6255747.

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

Color convert

RGB13111695-
CMYK00.110.270.49
HSL35º15.93%44.31%-
HSV(B)35º27.48%51.37%-
XYZ17.6718.1413.4-
YUV118.09114.97137.21-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.30%
GREEN value IS 116 (45.70% from 255) = 33.92%
BLUE value IS 95 (37.5% from 255) = 27.78%
R=38.30%
G=33.92%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.27
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1311169500.110.270.493515.9344.31
Hex83745F0B1B3123102c
Octal2031641370133361432054
Binary1000001111101001011111010111101111000110001110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83745F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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