Html Css Color HEX #83745D Cement

📋 copy color: '#83745D'

red 131 ◦ green 116 ◦ blue 93

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

Shades of Cement #83745D

Tints of Cement #83745D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.35%

R = 38.53%
G = 34.12%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#83745D (or 0x83745D) is known color: Cement. HEX triplet: 83, 74 and 5D. RGB value is (131,116,93). Sum of RGB (Red+Green+Blue) = 131+116+93=340 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.53% from 340); Green value is 116 (45.70% from 255 or 34.12% from 340); Blue value is 93 (36.72% from 255 or 27.35% from 340); Max value from RGB is 131 - color contains mainly: red. Hex color #83745D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83745D is #7C8BA2. Grayscale: #757575. Windows color (decimal): -8162211 or 6124675. OLE color: 6124675.

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

Color convert

RGB 131 116 93 -
CMYK 0 0.11 0.29 0.49
HSL 36.32º 0.17% 0.44% -
HSV(B) 36.32º 0.29% 0.51% -
XYZ 17.58 18.11 12.92 -
YUV 117.86 113.97 137.37 -
System Red Green Blue C M Y K H S L
Decimal 131 116 93 0 0.11 0.29 0.49 36.32 0.17 0.44
Hex 83 74 5D 0 B 1D 31 24 11 2C
Octal 203 164 135 0 13 35 61 44 21 54
Binary 10000011 1110100 1011101 0 1011 11101 110001 100100 10001 101100

Color Harmonies of #83745D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83745D

Black with #83745D

Text Example


Text Example

White with #83745D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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