Html Css Color HEX #805519 Hot Curry

📋 copy color: '#805519'

red 128 ◦ green 85 ◦ blue 25

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

Shades of Hot Curry #805519

Tints of Hot Curry #805519

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.71%

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

R = 53.78%
G = 35.71%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.80

 K value IS 0.50

RGB Variations

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

Color information

#805519 (or 0x805519) is known color: Hot Curry. HEX triplet: 80, 55 and 19. RGB value is (128,85,25). Sum of RGB (Red+Green+Blue) = 128+85+25=238 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.78% from 238); Green value is 85 (33.59% from 255 or 35.71% from 238); Blue value is 25 (10.16% from 255 or 10.50% from 238); Max value from RGB is 128 - color contains mainly: red. Hex color #805519 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805519 is #7FAAE6. Grayscale: #5B5B5B. Windows color (decimal): -8366823 or 1660288. OLE color: 1660288.

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

Color convert

RGB 128 85 25 -
CMYK 0 0.34 0.80 0.50
HSL 34.95º 0.67% 0.3% -
HSV(B) 34.95º 0.8% 0.5% -
XYZ 12.33 11.16 2.42 -
YUV 91.02 90.75 154.38 -
System Red Green Blue C M Y K H S L
Decimal 128 85 25 0 0.34 0.80 0.50 34.95 0.67 0.3
Hex 80 55 19 0 22 50 32 23 43 1E
Octal 200 125 31 0 42 120 62 43 103 36
Binary 10000000 1010101 11001 0 100010 1010000 110010 100011 1000011 11110

Color Harmonies of #805519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805519

Black with #805519

Text Example


Text Example

White with #805519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805519; }

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

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

background-color css

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

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

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

border-color css

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

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

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