Html Css Color HEX #827059 Cement

📋 copy color: '#827059'

red 130 ◦ green 112 ◦ blue 89

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

Shades of Cement #827059

Tints of Cement #827059

RGB

 RED value IS 130 (51.17% from 255) = 39.27%

 GREEN value IS 112 (44.14% from 255) = 33.84%

 BLUE value IS 89 (35.16% from 255) = 26.89%

R = 39.27%
G = 33.84%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#827059 (or 0x827059) is known color: Cement. HEX triplet: 82, 70 and 59. RGB value is (130,112,89). Sum of RGB (Red+Green+Blue) = 130+112+89=331 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.27% from 331); Green value is 112 (44.14% from 255 or 33.84% from 331); Blue value is 89 (35.16% from 255 or 26.89% from 331); Max value from RGB is 130 - color contains mainly: red. Hex color #827059 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827059 is #7D8FA6. Grayscale: #727272. Windows color (decimal): -8228775 or 5861506. OLE color: 5861506.

HSL color Cylindrical-coordinate representation of color #827059: hue angle of 33.66º degrees, saturation: 0.19, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #827059 is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 112 89 -
CMYK 0 0.14 0.32 0.49
HSL 33.66º 0.19% 0.43% -
HSV(B) 33.66º 0.32% 0.51% -
XYZ 16.8 17.06 11.86 -
YUV 114.76 113.46 138.87 -
System Red Green Blue C M Y K H S L
Decimal 130 112 89 0 0.14 0.32 0.49 33.66 0.19 0.43
Hex 82 70 59 0 E 20 31 22 13 2B
Octal 202 160 131 0 16 40 61 42 23 53
Binary 10000010 1110000 1011001 0 1110 100000 110001 100010 10011 101011

Color Harmonies of #827059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827059

Black with #827059

Text Example


Text Example

White with #827059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827059; }

 p { color: rgb(130,112,89); }

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

background-color css

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

 a { background-color: rgb(130,112,89); }

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

border-color css

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

 span { border-color: rgb(130,112,89); }

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