Html Css Color HEX #827558 Stonewall

📋 copy color: '#827558'

red 130 ◦ green 117 ◦ blue 88

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

Shades of Stonewall #827558

Tints of Stonewall #827558

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.93%

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

R = 38.81%
G = 34.93%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#827558 (or 0x827558) is known color: Stonewall. HEX triplet: 82, 75 and 58. RGB value is (130,117,88). Sum of RGB (Red+Green+Blue) = 130+117+88=335 (44% of max value = 765). Red value is 130 (51.17% from 255 or 38.81% from 335); Green value is 117 (46.09% from 255 or 34.93% from 335); Blue value is 88 (34.77% from 255 or 26.27% from 335); Max value from RGB is 130 - color contains mainly: red. Hex color #827558 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827558 is #7D8AA7. Grayscale: #757575. Windows color (decimal): -8227496 or 5797250. OLE color: 5797250.

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

Color convert

RGB 130 117 88 -
CMYK 0 0.1 0.32 0.49
HSL 41.43º 0.19% 0.43% -
HSV(B) 41.43º 0.32% 0.51% -
XYZ 17.33 18.17 11.83 -
YUV 117.58 111.31 136.86 -
System Red Green Blue C M Y K H S L
Decimal 130 117 88 0 0.1 0.32 0.49 41.43 0.19 0.43
Hex 82 75 58 0 A 20 31 29 13 2B
Octal 202 165 130 0 12 40 61 51 23 53
Binary 10000010 1110101 1011000 0 1010 100000 110001 101001 10011 101011

Color Harmonies of #827558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827558

Black with #827558

Text Example


Text Example

White with #827558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827558; }

 p { color: rgb(130,117,88); }

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

background-color css

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

 a { background-color: rgb(130,117,88); }

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

border-color css

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

 span { border-color: rgb(130,117,88); }

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