Html Css Color HEX #83725C Cement

📋 copy color: '#83725C'

red 131 ◦ green 114 ◦ blue 92

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

Shades of Cement #83725C

Tints of Cement #83725C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.83%

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

R = 38.87%
G = 33.83%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#83725C (or 0x83725C) is known color: Cement. HEX triplet: 83, 72 and 5C. RGB value is (131,114,92). Sum of RGB (Red+Green+Blue) = 131+114+92=337 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.87% from 337); Green value is 114 (44.92% from 255 or 33.83% from 337); Blue value is 92 (36.33% from 255 or 27.30% from 337); Max value from RGB is 131 - color contains mainly: red. Hex color #83725C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83725C is #7C8DA3. Grayscale: #747474. Windows color (decimal): -8162724 or 6058627. OLE color: 6058627.

HSL color Cylindrical-coordinate representation of color #83725C: hue angle of 33.85º 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 #83725C is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 114 92 -
CMYK 0 0.13 0.30 0.49
HSL 33.85º 0.17% 0.44% -
HSV(B) 33.85º 0.3% 0.51% -
XYZ 17.31 17.63 12.62 -
YUV 116.58 114.13 138.29 -
System Red Green Blue C M Y K H S L
Decimal 131 114 92 0 0.13 0.30 0.49 33.85 0.17 0.44
Hex 83 72 5C 0 D 1E 31 22 11 2C
Octal 203 162 134 0 15 36 61 42 21 54
Binary 10000011 1110010 1011100 0 1101 11110 110001 100010 10001 101100

Color Harmonies of #83725C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83725C

Black with #83725C

Text Example


Text Example

White with #83725C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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