Html Css Color HEX #825C5F Falcon

📋 copy color: '#825C5F'

red 130 ◦ green 92 ◦ blue 95

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

Shades of Falcon #825C5F

Tints of Falcon #825C5F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.02%

 BLUE value IS 95 (37.5% from 255) = 29.97%

R = 41.01%
G = 29.02%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#825C5F (or 0x825C5F) is known color: Falcon. HEX triplet: 82, 5C and 5F. RGB value is (130,92,95). Sum of RGB (Red+Green+Blue) = 130+92+95=317 (41% of max value = 765). Red value is 130 (51.17% from 255 or 41.01% from 317); Green value is 92 (36.33% from 255 or 29.02% from 317); Blue value is 95 (37.5% from 255 or 29.97% from 317); Max value from RGB is 130 - color contains mainly: red. Hex color #825C5F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825C5F is #7DA3A0. Grayscale: #676767. Windows color (decimal): -8233889 or 6249602. OLE color: 6249602.

HSL color Cylindrical-coordinate representation of color #825C5F: hue angle of 355.26º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #825C5F is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 92 95 -
CMYK 0 0.29 0.27 0.49
HSL 355.26º 0.17% 0.44% -
HSV(B) 355.26º 0.29% 0.51% -
XYZ 15.1 13.23 12.58 -
YUV 103.7 123.09 146.76 -
System Red Green Blue C M Y K H S L
Decimal 130 92 95 0 0.29 0.27 0.49 355.26 0.17 0.44
Hex 82 5C 5F 0 1D 1B 31 163 11 2C
Octal 202 134 137 0 35 33 61 543 21 54
Binary 10000010 1011100 1011111 0 11101 11011 110001 101100011 10001 101100

Color Harmonies of #825C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825C5F

Black with #825C5F

Text Example


Text Example

White with #825C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825C5F; }

 p { color: rgb(130,92,95); }

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

background-color css

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

 a { background-color: rgb(130,92,95); }

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

border-color css

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

 span { border-color: rgb(130,92,95); }

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