Html Css Color HEX #81715B Cement

📋 copy color: '#81715B'

red 129 ◦ green 113 ◦ blue 91

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

Shades of Cement #81715B

Tints of Cement #81715B

RGB

 RED value IS 129 (50.78% from 255) = 38.74%

 GREEN value IS 113 (44.53% from 255) = 33.93%

 BLUE value IS 91 (35.94% from 255) = 27.33%

R = 38.74%
G = 33.93%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#81715B (or 0x81715B) is known color: Cement. HEX triplet: 81, 71 and 5B. RGB value is (129,113,91). Sum of RGB (Red+Green+Blue) = 129+113+91=333 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.74% from 333); Green value is 113 (44.53% from 255 or 33.93% from 333); Blue value is 91 (35.94% from 255 or 27.33% from 333); Max value from RGB is 129 - color contains mainly: red. Hex color #81715B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81715B is #7E8EA4. Grayscale: #737373. Windows color (decimal): -8294053 or 5992833. OLE color: 5992833.

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

Color convert

RGB 129 113 91 -
CMYK 0 0.12 0.29 0.49
HSL 34.74º 0.17% 0.43% -
HSV(B) 34.74º 0.29% 0.51% -
XYZ 16.85 17.23 12.34 -
YUV 115.28 114.3 137.79 -
System Red Green Blue C M Y K H S L
Decimal 129 113 91 0 0.12 0.29 0.49 34.74 0.17 0.43
Hex 81 71 5B 0 C 1D 31 23 11 2B
Octal 201 161 133 0 14 35 61 43 21 53
Binary 10000001 1110001 1011011 0 1100 11101 110001 100011 10001 101011

Color Harmonies of #81715B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81715B

Black with #81715B

Text Example


Text Example

White with #81715B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81715B; }

 p { color: rgb(129,113,91); }

 H1.HeaderClassName
 {
   color: #81715B;
 }
 .AnyTagClassName
 {
   color: #81715B;
 }
</style>

background-color css

<style>
 a { background-color: #81715B; }

 a { background-color: rgb(129,113,91); }

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

border-color css

<style>
 span { border-color: #81715B; }

 span { border-color: rgb(129,113,91); }

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