Html Css Color HEX #807158 Cement

📋 copy color: '#807158'

red 128 ◦ green 113 ◦ blue 88

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

Shades of Cement #807158

Tints of Cement #807158

RGB

 RED value IS 128 (50.39% from 255) = 38.91%

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

 BLUE value IS 88 (34.77% from 255) = 26.75%

R = 38.91%
G = 34.35%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.31

 K value IS 0.50

RGB Variations

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

Color information

#807158 (or 0x807158) is known color: Cement. HEX triplet: 80, 71 and 58. RGB value is (128,113,88). Sum of RGB (Red+Green+Blue) = 128+113+88=329 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.91% from 329); Green value is 113 (44.53% from 255 or 34.35% from 329); Blue value is 88 (34.77% from 255 or 26.75% from 329); Max value from RGB is 128 - color contains mainly: red. Hex color #807158 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #807158 is #7F8EA7. Grayscale: #727272. Windows color (decimal): -8359592 or 5796224. OLE color: 5796224.

HSL color Cylindrical-coordinate representation of color #807158: hue angle of 37.5º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #807158 is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 113 88 -
CMYK 0 0.12 0.31 0.50
HSL 37.5º 0.19% 0.42% -
HSV(B) 37.5º 0.31% 0.5% -
XYZ 16.57 17.1 11.66 -
YUV 114.64 112.97 137.53 -
System Red Green Blue C M Y K H S L
Decimal 128 113 88 0 0.12 0.31 0.50 37.5 0.19 0.42
Hex 80 71 58 0 C 1F 32 26 13 2A
Octal 200 161 130 0 14 37 62 46 23 52
Binary 10000000 1110001 1011000 0 1100 11111 110010 100110 10011 101010

Color Harmonies of #807158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807158

Black with #807158

Text Example


Text Example

White with #807158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807158; }

 p { color: rgb(128,113,88); }

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

background-color css

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

 a { background-color: rgb(128,113,88); }

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

border-color css

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

 span { border-color: rgb(128,113,88); }

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