Html Css Color HEX #827573 Ferra

📋 copy color: '#827573'

red 130 ◦ green 117 ◦ blue 115

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

Shades of Ferra #827573

Tints of Ferra #827573

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31.77%

R = 35.91%
G = 32.32%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.1

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#827573 (or 0x827573) is known color: Ferra. HEX triplet: 82, 75 and 73. RGB value is (130,117,115). Sum of RGB (Red+Green+Blue) = 130+117+115=362 (47% of max value = 765). Red value is 130 (51.17% from 255 or 35.91% from 362); Green value is 117 (46.09% from 255 or 32.32% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 130 - color contains mainly: red. Hex color #827573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #827573 is #7D8A8C. Grayscale: #787878. Windows color (decimal): -8227469 or 7566722. OLE color: 7566722.

HSL color Cylindrical-coordinate representation of color #827573: hue angle of 8º degrees, saturation: 0.06, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #827573 is Cyan = 0, Magento = 0.1, Yellow = 0.12 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 117 115 -
CMYK 0 0.1 0.12 0.49
HSL 0.06% 0.48% -
HSV(B) 0.12% 0.51% -
XYZ 18.66 18.71 18.85 -
YUV 120.66 124.81 134.66 -
System Red Green Blue C M Y K H S L
Decimal 130 117 115 0 0.1 0.12 0.49 8 0.06 0.48
Hex 82 75 73 0 A C 31 8 6 30
Octal 202 165 163 0 12 14 61 10 6 60
Binary 10000010 1110101 1110011 0 1010 1100 110001 1000 110 110000

Color Harmonies of #827573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827573

Black with #827573

Text Example


Text Example

White with #827573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827573; }

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

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

background-color css

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

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

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

border-color css

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

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

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