Html Css Color HEX #805B16 Hot Curry

📋 copy color: '#805B16'

red 128 ◦ green 91 ◦ blue 22

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

Shades of Hot Curry #805B16

Tints of Hot Curry #805B16

RGB

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

 GREEN value IS 91 (35.94% from 255) = 37.76%

 BLUE value IS 22 (8.98% from 255) = 9.13%

R = 53.11%
G = 37.76%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.83

 K value IS 0.50

RGB Variations

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

Color information

#805B16 (or 0x805B16) is known color: Hot Curry. HEX triplet: 80, 5B and 16. RGB value is (128,91,22). Sum of RGB (Red+Green+Blue) = 128+91+22=241 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.11% from 241); Green value is 91 (35.94% from 255 or 37.76% from 241); Blue value is 22 (8.98% from 255 or 9.13% from 241); Max value from RGB is 128 - color contains mainly: red. Hex color #805B16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #805B16 is #7FA4E9. Grayscale: #5E5E5E. Windows color (decimal): -8365290 or 1465216. OLE color: 1465216.

HSL color Cylindrical-coordinate representation of color #805B16: hue angle of 39.06º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #805B16 is Cyan = 0, Magento = 0.29, Yellow = 0.83 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 91 22 -
CMYK 0 0.29 0.83 0.50
HSL 39.06º 0.71% 0.29% -
HSV(B) 39.06º 0.83% 0.5% -
XYZ 12.79 12.13 2.43 -
YUV 94.2 87.26 152.11 -
System Red Green Blue C M Y K H S L
Decimal 128 91 22 0 0.29 0.83 0.50 39.06 0.71 0.29
Hex 80 5B 16 0 1D 53 32 27 47 1D
Octal 200 133 26 0 35 123 62 47 107 35
Binary 10000000 1011011 10110 0 11101 1010011 110010 100111 1000111 11101

Color Harmonies of #805B16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805B16

Black with #805B16

Text Example


Text Example

White with #805B16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,91,22); }

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

background-color css

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

 a { background-color: rgb(128,91,22); }

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

border-color css

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

 span { border-color: rgb(128,91,22); }

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