Html Css Color HEX #805819 Hot Curry

📋 copy color: '#805819'

red 128 ◦ green 88 ◦ blue 25

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

Shades of Hot Curry #805819

Tints of Hot Curry #805819

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.51%

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

R = 53.11%
G = 36.51%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.80

 K value IS 0.50

RGB Variations

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

Color information

#805819 (or 0x805819) is known color: Hot Curry. HEX triplet: 80, 58 and 19. RGB value is (128,88,25). Sum of RGB (Red+Green+Blue) = 128+88+25=241 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.11% from 241); Green value is 88 (34.77% from 255 or 36.51% from 241); Blue value is 25 (10.16% from 255 or 10.37% from 241); Max value from RGB is 128 - color contains mainly: red. Hex color #805819 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805819 is #7FA7E6. Grayscale: #5D5D5D. Windows color (decimal): -8366055 or 1661056. OLE color: 1661056.

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

Color convert

RGB 128 88 25 -
CMYK 0 0.31 0.80 0.50
HSL 36.7º 0.67% 0.3% -
HSV(B) 36.7º 0.8% 0.5% -
XYZ 12.57 11.64 2.5 -
YUV 92.78 89.75 153.12 -
System Red Green Blue C M Y K H S L
Decimal 128 88 25 0 0.31 0.80 0.50 36.7 0.67 0.3
Hex 80 58 19 0 1F 50 32 25 43 1E
Octal 200 130 31 0 37 120 62 45 103 36
Binary 10000000 1011000 11001 0 11111 1010000 110010 100101 1000011 11110

Color Harmonies of #805819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805819

Black with #805819

Text Example


Text Example

White with #805819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805819; }

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

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

background-color css

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

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

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

border-color css

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

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

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