Html Css Color HEX #805522 Hot Curry

📋 copy color: '#805522'

red 128 ◦ green 85 ◦ blue 34

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

Shades of Hot Curry #805522

Tints of Hot Curry #805522

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34.41%

 BLUE value IS 34 (13.67% from 255) = 13.77%

R = 51.82%
G = 34.41%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.73

 K value IS 0.50

RGB Variations

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

Color information

#805522 (or 0x805522) is known color: Hot Curry. HEX triplet: 80, 55 and 22. RGB value is (128,85,34). Sum of RGB (Red+Green+Blue) = 128+85+34=247 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.82% from 247); Green value is 85 (33.59% from 255 or 34.41% from 247); Blue value is 34 (13.67% from 255 or 13.77% from 247); Max value from RGB is 128 - color contains mainly: red. Hex color #805522 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805522 is #7FAADD. Grayscale: #5C5C5C. Windows color (decimal): -8366814 or 2250112. OLE color: 2250112.

HSL color Cylindrical-coordinate representation of color #805522: hue angle of 32.55º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #805522 is Cyan = 0, Magento = 0.34, Yellow = 0.73 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 85 34 -
CMYK 0 0.34 0.73 0.50
HSL 32.55º 0.58% 0.32% -
HSV(B) 32.55º 0.73% 0.5% -
XYZ 12.44 11.2 3.02 -
YUV 92.04 95.25 153.65 -
System Red Green Blue C M Y K H S L
Decimal 128 85 34 0 0.34 0.73 0.50 32.55 0.58 0.32
Hex 80 55 22 0 22 49 32 21 3A 20
Octal 200 125 42 0 42 111 62 41 72 40
Binary 10000000 1010101 100010 0 100010 1001001 110010 100001 111010 100000

Color Harmonies of #805522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805522

Black with #805522

Text Example


Text Example

White with #805522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #805522; }

 p { color: rgb(128,85,34); }

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

background-color css

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

 a { background-color: rgb(128,85,34); }

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

border-color css

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

 span { border-color: rgb(128,85,34); }

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