#827573

Color #827573 Ferra (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ferra #827573

Tints of Ferra #827573

Color information

#827573 (or 0x827573) is unknown color: approx 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

RGB130117115-
CMYK00.10.120.49
HSL6.12%48.04%-
HSV(B)11.54%50.98%-
XYZ18.6618.7118.85-
YUV120.66124.81134.66-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.12
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13011711500.10.120.4986.1248.04
Hex8275730AC318630
Octal202165163012146110660
Binary10000010111010111100110101011001100011000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>