Html Css Color HEX #775220 Hot Curry

📋 copy color: '#775220'

red 119 ◦ green 82 ◦ blue 32

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

Shades of Hot Curry #775220

Tints of Hot Curry #775220

RGB

 RED value IS 119 (46.88% from 255) = 51.07%

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

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

R = 51.07%
G = 35.19%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#775220 (or 0x775220) is known color: Hot Curry. HEX triplet: 77, 52 and 20. RGB value is (119,82,32). Sum of RGB (Red+Green+Blue) = 119+82+32=233 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.07% from 233); Green value is 82 (32.42% from 255 or 35.19% from 233); Blue value is 32 (12.89% from 255 or 13.73% from 233); Max value from RGB is 119 - color contains mainly: red. Hex color #775220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775220 is #88ADDF. Grayscale: #575757. Windows color (decimal): -8957408 or 2118263. OLE color: 2118263.

HSL color Cylindrical-coordinate representation of color #775220: hue angle of 34.48º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #775220 is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 82 32 -
CMYK 0 0.31 0.73 0.53
HSL 34.48º 0.58% 0.3% -
HSV(B) 34.48º 0.73% 0.47% -
XYZ 10.89 10.06 2.73 -
YUV 87.36 96.76 150.57 -
System Red Green Blue C M Y K H S L
Decimal 119 82 32 0 0.31 0.73 0.53 34.48 0.58 0.3
Hex 77 52 20 0 1F 49 35 22 3A 1E
Octal 167 122 40 0 37 111 65 42 72 36
Binary 1110111 1010010 100000 0 11111 1001001 110101 100010 111010 11110

Color Harmonies of #775220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775220

Black with #775220

Text Example


Text Example

White with #775220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775220; }

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

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

background-color css

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

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

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

border-color css

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

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

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