Html Css Color HEX #805920 Hot Curry

📋 copy color: '#805920'

red 128 ◦ green 89 ◦ blue 32

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

Shades of Hot Curry #805920

Tints of Hot Curry #805920

RGB

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

 GREEN value IS 89 (35.16% from 255) = 35.74%

 BLUE value IS 32 (12.89% from 255) = 12.85%

R = 51.41%
G = 35.74%
B = 12.85%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.75

 K value IS 0.50

RGB Variations

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

Color information

#805920 (or 0x805920) is known color: Hot Curry. HEX triplet: 80, 59 and 20. RGB value is (128,89,32). Sum of RGB (Red+Green+Blue) = 128+89+32=249 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.41% from 249); Green value is 89 (35.16% from 255 or 35.74% from 249); Blue value is 32 (12.89% from 255 or 12.85% from 249); Max value from RGB is 128 - color contains mainly: red. Hex color #805920 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805920 is #7FA6DF. Grayscale: #5E5E5E. Windows color (decimal): -8365792 or 2120064. OLE color: 2120064.

HSL color Cylindrical-coordinate representation of color #805920: hue angle of 35.62º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #805920 is Cyan = 0, Magento = 0.30, Yellow = 0.75 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 89 32 -
CMYK 0 0.30 0.75 0.50
HSL 35.63º 0.6% 0.31% -
HSV(B) 35.63º 0.75% 0.5% -
XYZ 12.74 11.84 2.98 -
YUV 94.16 92.92 152.13 -
System Red Green Blue C M Y K H S L
Decimal 128 89 32 0 0.30 0.75 0.50 35.63 0.6 0.31
Hex 80 59 20 0 1E 4B 32 24 3C 1F
Octal 200 131 40 0 36 113 62 44 74 37
Binary 10000000 1011001 100000 0 11110 1001011 110010 100100 111100 11111

Color Harmonies of #805920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805920

Black with #805920

Text Example


Text Example

White with #805920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805920; }

 p { color: rgb(128,89,32); }

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

background-color css

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

 a { background-color: rgb(128,89,32); }

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

border-color css

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

 span { border-color: rgb(128,89,32); }

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