Html Css Color HEX #805C19 Hot Curry

📋 copy color: '#805C19'

red 128 ◦ green 92 ◦ blue 25

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

Shades of Hot Curry #805C19

Tints of Hot Curry #805C19

RGB

 RED value IS 128 (50.39% from 255) = 52.24%

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

 BLUE value IS 25 (10.16% from 255) = 10.2%

R = 52.24%
G = 37.55%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.80

 K value IS 0.50

RGB Variations

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

Color information

#805C19 (or 0x805C19) is known color: Hot Curry. HEX triplet: 80, 5C and 19. RGB value is (128,92,25). Sum of RGB (Red+Green+Blue) = 128+92+25=245 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.24% from 245); Green value is 92 (36.33% from 255 or 37.55% from 245); Blue value is 25 (10.16% from 255 or 10.20% from 245); Max value from RGB is 128 - color contains mainly: red. Hex color #805C19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805C19 is #7FA3E6. Grayscale: #5F5F5F. Windows color (decimal): -8365031 or 1662080. OLE color: 1662080.

HSL color Cylindrical-coordinate representation of color #805C19: hue angle of 39.03º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #805C19 is Cyan = 0, Magento = 0.28, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 92 25 -
CMYK 0 0.28 0.80 0.50
HSL 39.03º 0.67% 0.3% -
HSV(B) 39.03º 0.8% 0.5% -
XYZ 12.9 12.31 2.62 -
YUV 95.13 88.43 151.45 -
System Red Green Blue C M Y K H S L
Decimal 128 92 25 0 0.28 0.80 0.50 39.03 0.67 0.3
Hex 80 5C 19 0 1C 50 32 27 43 1E
Octal 200 134 31 0 34 120 62 47 103 36
Binary 10000000 1011100 11001 0 11100 1010000 110010 100111 1000011 11110

Color Harmonies of #805C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805C19

Black with #805C19

Text Example


Text Example

White with #805C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805C19; }

 p { color: rgb(128,92,25); }

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

background-color css

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

 a { background-color: rgb(128,92,25); }

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

border-color css

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

 span { border-color: rgb(128,92,25); }

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