Html Css Color HEX #83745F Cement

📋 copy color: '#83745F'

red 131 ◦ green 116 ◦ blue 95

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

Shades of Cement #83745F

Tints of Cement #83745F

RGB

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

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

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

R = 38.3%
G = 33.92%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#83745F (or 0x83745F) is known color: 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

RGB 131 116 95 -
CMYK 0 0.11 0.27 0.49
HSL 35º 0.16% 0.44% -
HSV(B) 35º 0.27% 0.51% -
XYZ 17.67 18.14 13.4 -
YUV 118.09 114.97 137.21 -
System Red Green Blue C M Y K H S L
Decimal 131 116 95 0 0.11 0.27 0.49 35 0.16 0.44
Hex 83 74 5F 0 B 1B 31 23 10 2C
Octal 203 164 137 0 13 33 61 43 20 54
Binary 10000011 1110100 1011111 0 1011 11011 110001 100011 10000 101100

Color Harmonies of #83745F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83745F

Black with #83745F

Text Example


Text Example

White with #83745F

Text Example


Text Example

HTML Codes & Css Web 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>