Html Css Color HEX #827359 Cement

📋 copy color: '#827359'

red 130 ◦ green 115 ◦ blue 89

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

Shades of Cement #827359

Tints of Cement #827359

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.43%

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

R = 38.92%
G = 34.43%
B = 26.65%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#827359 (or 0x827359) is known color: Cement. HEX triplet: 82, 73 and 59. RGB value is (130,115,89). Sum of RGB (Red+Green+Blue) = 130+115+89=334 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.92% from 334); Green value is 115 (45.31% from 255 or 34.43% from 334); Blue value is 89 (35.16% from 255 or 26.65% from 334); Max value from RGB is 130 - color contains mainly: red. Hex color #827359 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827359 is #7D8CA6. Grayscale: #747474. Windows color (decimal): -8228007 or 5862274. OLE color: 5862274.

HSL color Cylindrical-coordinate representation of color #827359: hue angle of 38.05º 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 #827359 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 115 89 -
CMYK 0 0.12 0.32 0.49
HSL 38.05º 0.19% 0.43% -
HSV(B) 38.05º 0.32% 0.51% -
XYZ 17.14 17.73 11.97 -
YUV 116.52 112.47 137.61 -
System Red Green Blue C M Y K H S L
Decimal 130 115 89 0 0.12 0.32 0.49 38.05 0.19 0.43
Hex 82 73 59 0 C 20 31 26 13 2B
Octal 202 163 131 0 14 40 61 46 23 53
Binary 10000010 1110011 1011001 0 1100 100000 110001 100110 10011 101011

Color Harmonies of #827359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827359

Black with #827359

Text Example


Text Example

White with #827359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827359; }

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

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

background-color css

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

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

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

border-color css

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

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

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