Html Css Color HEX #805D19 Hot Curry

📋 copy color: '#805D19'

red 128 ◦ green 93 ◦ blue 25

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

Shades of Hot Curry #805D19

Tints of Hot Curry #805D19

RGB

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

 GREEN value IS 93 (36.72% from 255) = 37.8%

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

R = 52.03%
G = 37.8%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.80

 K value IS 0.50

RGB Variations

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

Color information

#805D19 (or 0x805D19) is known color: Hot Curry. HEX triplet: 80, 5D and 19. RGB value is (128,93,25). Sum of RGB (Red+Green+Blue) = 128+93+25=246 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.03% from 246); Green value is 93 (36.72% from 255 or 37.80% from 246); Blue value is 25 (10.16% from 255 or 10.16% from 246); Max value from RGB is 128 - color contains mainly: red. Hex color #805D19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805D19 is #7FA2E6. Grayscale: #606060. Windows color (decimal): -8364775 or 1662336. OLE color: 1662336.

HSL color Cylindrical-coordinate representation of color #805D19: hue angle of 39.61º 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 #805D19 is Cyan = 0, Magento = 0.27, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 93 25 -
CMYK 0 0.27 0.80 0.50
HSL 39.61º 0.67% 0.3% -
HSV(B) 39.61º 0.8% 0.5% -
XYZ 12.99 12.49 2.65 -
YUV 95.71 88.1 151.03 -
System Red Green Blue C M Y K H S L
Decimal 128 93 25 0 0.27 0.80 0.50 39.61 0.67 0.3
Hex 80 5D 19 0 1B 50 32 28 43 1E
Octal 200 135 31 0 33 120 62 50 103 36
Binary 10000000 1011101 11001 0 11011 1010000 110010 101000 1000011 11110

Color Harmonies of #805D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805D19

Black with #805D19

Text Example


Text Example

White with #805D19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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