Html Css Color HEX #805220 Hot Curry

📋 copy color: '#805220'

red 128 ◦ green 82 ◦ blue 32

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

Shades of Hot Curry #805220

Tints of Hot Curry #805220

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.88%

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

R = 52.89%
G = 33.88%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.75

 K value IS 0.50

RGB Variations

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

Color information

#805220 (or 0x805220) is known color: Hot Curry. HEX triplet: 80, 52 and 20. RGB value is (128,82,32). Sum of RGB (Red+Green+Blue) = 128+82+32=242 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.89% from 242); Green value is 82 (32.42% from 255 or 33.88% from 242); Blue value is 32 (12.89% from 255 or 13.22% from 242); Max value from RGB is 128 - color contains mainly: red. Hex color #805220 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805220 is #7FADDF. Grayscale: #5A5A5A. Windows color (decimal): -8367584 or 2118272. OLE color: 2118272.

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

Color convert

RGB 128 82 32 -
CMYK 0 0.36 0.75 0.50
HSL 31.25º 0.6% 0.31% -
HSV(B) 31.25º 0.75% 0.5% -
XYZ 12.18 10.73 2.8 -
YUV 90.05 95.24 155.07 -
System Red Green Blue C M Y K H S L
Decimal 128 82 32 0 0.36 0.75 0.50 31.25 0.6 0.31
Hex 80 52 20 0 24 4B 32 1F 3C 1F
Octal 200 122 40 0 44 113 62 37 74 37
Binary 10000000 1010010 100000 0 100100 1001011 110010 11111 111100 11111

Color Harmonies of #805220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805220

Black with #805220

Text Example


Text Example

White with #805220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805220; }

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

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

background-color css

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

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

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

border-color css

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

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

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