Html Css Color HEX #805420 Hot Curry

📋 copy color: '#805420'

red 128 ◦ green 84 ◦ blue 32

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

Shades of Hot Curry #805420

Tints of Hot Curry #805420

RGB

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

 GREEN value IS 84 (33.2% from 255) = 34.43%

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

R = 52.46%
G = 34.43%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.75

 K value IS 0.50

RGB Variations

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

Color information

#805420 (or 0x805420) is known color: Hot Curry. HEX triplet: 80, 54 and 20. RGB value is (128,84,32). Sum of RGB (Red+Green+Blue) = 128+84+32=244 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.46% from 244); Green value is 84 (33.20% from 255 or 34.43% from 244); Blue value is 32 (12.89% from 255 or 13.11% from 244); Max value from RGB is 128 - color contains mainly: red. Hex color #805420 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805420 is #7FABDF. Grayscale: #5B5B5B. Windows color (decimal): -8367072 or 2118784. OLE color: 2118784.

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

Color convert

RGB 128 84 32 -
CMYK 0 0.34 0.75 0.50
HSL 32.5º 0.6% 0.31% -
HSV(B) 32.5º 0.75% 0.5% -
XYZ 12.33 11.03 2.85 -
YUV 91.23 94.58 154.23 -
System Red Green Blue C M Y K H S L
Decimal 128 84 32 0 0.34 0.75 0.50 32.5 0.6 0.31
Hex 80 54 20 0 22 4B 32 20 3C 1F
Octal 200 124 40 0 42 113 62 40 74 37
Binary 10000000 1010100 100000 0 100010 1001011 110010 100000 111100 11111

Color Harmonies of #805420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805420

Black with #805420

Text Example


Text Example

White with #805420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805420; }

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

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

background-color css

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

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

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

border-color css

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

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

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