Html Css Color HEX #83735F Cement

📋 copy color: '#83735F'

red 131 ◦ green 115 ◦ blue 95

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

Shades of Cement #83735F

Tints of Cement #83735F

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.72%

 BLUE value IS 95 (37.5% from 255) = 27.86%

R = 38.42%
G = 33.72%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#83735F (or 0x83735F) is known color: Cement. HEX triplet: 83, 73 and 5F. RGB value is (131,115,95). Sum of RGB (Red+Green+Blue) = 131+115+95=341 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.42% from 341); Green value is 115 (45.31% from 255 or 33.72% from 341); Blue value is 95 (37.5% from 255 or 27.86% from 341); Max value from RGB is 131 - color contains mainly: red. Hex color #83735F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83735F is #7C8CA0. Grayscale: #757575. Windows color (decimal): -8162465 or 6255491. OLE color: 6255491.

HSL color Cylindrical-coordinate representation of color #83735F: hue angle of 33.33º 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 #83735F is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 115 95 -
CMYK 0 0.12 0.27 0.49
HSL 33.33º 0.16% 0.44% -
HSV(B) 33.33º 0.27% 0.51% -
XYZ 17.56 17.91 13.36 -
YUV 117.5 115.3 137.63 -
System Red Green Blue C M Y K H S L
Decimal 131 115 95 0 0.12 0.27 0.49 33.33 0.16 0.44
Hex 83 73 5F 0 C 1B 31 21 10 2C
Octal 203 163 137 0 14 33 61 41 20 54
Binary 10000011 1110011 1011111 0 1100 11011 110001 100001 10000 101100

Color Harmonies of #83735F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83735F

Black with #83735F

Text Example


Text Example

White with #83735F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #83735F;
 }
 .AnyTagClassName
 {
   color: #83735F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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