Html Css Color HEX #83745C Cement

📋 copy color: '#83745C'

red 131 ◦ green 116 ◦ blue 92

#83745C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cement #83745C

Tints of Cement #83745C

RGB

 RED value IS 131 (51.56% from 255) = 38.64%

 GREEN value IS 116 (45.7% from 255) = 34.22%

 BLUE value IS 92 (36.33% from 255) = 27.14%

R = 38.64%
G = 34.22%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#83745C (or 0x83745C) is known color: Cement. HEX triplet: 83, 74 and 5C. RGB value is (131,116,92). Sum of RGB (Red+Green+Blue) = 131+116+92=339 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.64% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 92 (36.33% from 255 or 27.14% from 339); Max value from RGB is 131 - color contains mainly: red. Hex color #83745C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83745C is #7C8BA3. Grayscale: #757575. Windows color (decimal): -8162212 or 6059139. OLE color: 6059139.

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

Color convert

RGB 131 116 92 -
CMYK 0 0.11 0.30 0.49
HSL 36.92º 0.17% 0.44% -
HSV(B) 36.92º 0.3% 0.51% -
XYZ 17.54 18.09 12.69 -
YUV 117.75 113.47 137.45 -
System Red Green Blue C M Y K H S L
Decimal 131 116 92 0 0.11 0.30 0.49 36.92 0.17 0.44
Hex 83 74 5C 0 B 1E 31 25 11 2C
Octal 203 164 134 0 13 36 61 45 21 54
Binary 10000011 1110100 1011100 0 1011 11110 110001 100101 10001 101100

Color Harmonies of #83745C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83745C

Black with #83745C

Text Example


Text Example

White with #83745C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #83745C;
 }
 .AnyTagClassName
 {
   color: #83745C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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