Html Css Color HEX #805D24 Hot Curry

📋 copy color: '#805D24'

red 128 ◦ green 93 ◦ blue 36

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

Shades of Hot Curry #805D24

Tints of Hot Curry #805D24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.01%

R = 49.81%
G = 36.19%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.72

 K value IS 0.50

RGB Variations

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

Color information

#805D24 (or 0x805D24) is known color: Hot Curry. HEX triplet: 80, 5D and 24. RGB value is (128,93,36). Sum of RGB (Red+Green+Blue) = 128+93+36=257 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.81% from 257); Green value is 93 (36.72% from 255 or 36.19% from 257); Blue value is 36 (14.45% from 255 or 14.01% from 257); Max value from RGB is 128 - color contains mainly: red. Hex color #805D24 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805D24 is #7FA2DB. Grayscale: #616161. Windows color (decimal): -8364764 or 2383232. OLE color: 2383232.

HSL color Cylindrical-coordinate representation of color #805D24: hue angle of 37.17º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #805D24 is Cyan = 0, Magento = 0.27, Yellow = 0.72 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 93 36 -
CMYK 0 0.27 0.72 0.50
HSL 37.17º 0.56% 0.32% -
HSV(B) 37.17º 0.72% 0.5% -
XYZ 13.13 12.55 3.4 -
YUV 96.97 93.6 150.13 -
System Red Green Blue C M Y K H S L
Decimal 128 93 36 0 0.27 0.72 0.50 37.17 0.56 0.32
Hex 80 5D 24 0 1B 48 32 25 38 20
Octal 200 135 44 0 33 110 62 45 70 40
Binary 10000000 1011101 100100 0 11011 1001000 110010 100101 111000 100000

Color Harmonies of #805D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805D24

Black with #805D24

Text Example


Text Example

White with #805D24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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