Html Css Color HEX #825C61 Falcon

📋 copy color: '#825C61'

red 130 ◦ green 92 ◦ blue 97

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

Shades of Falcon #825C61

Tints of Falcon #825C61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 30.41%

R = 40.75%
G = 28.84%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#825C61 (or 0x825C61) is known color: Falcon. HEX triplet: 82, 5C and 61. RGB value is (130,92,97). Sum of RGB (Red+Green+Blue) = 130+92+97=319 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.75% from 319); Green value is 92 (36.33% from 255 or 28.84% from 319); Blue value is 97 (38.28% from 255 or 30.41% from 319); Max value from RGB is 130 - color contains mainly: red. Hex color #825C61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #825C61 is #7DA39E. Grayscale: #676767. Windows color (decimal): -8233887 or 6380674. OLE color: 6380674.

HSL color Cylindrical-coordinate representation of color #825C61: hue angle of 352.11º 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 #825C61 is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 92 97 -
CMYK 0 0.29 0.25 0.49
HSL 352.11º 0.17% 0.44% -
HSV(B) 352.11º 0.29% 0.51% -
XYZ 15.19 13.26 13.07 -
YUV 103.93 124.09 146.59 -
System Red Green Blue C M Y K H S L
Decimal 130 92 97 0 0.29 0.25 0.49 352.11 0.17 0.44
Hex 82 5C 61 0 1D 19 31 160 11 2C
Octal 202 134 141 0 35 31 61 540 21 54
Binary 10000010 1011100 1100001 0 11101 11001 110001 101100000 10001 101100

Color Harmonies of #825C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825C61

Black with #825C61

Text Example


Text Example

White with #825C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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