Html Css Color HEX #775520 Hot Curry

📋 copy color: '#775520'

red 119 ◦ green 85 ◦ blue 32

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

Shades of Hot Curry #775520

Tints of Hot Curry #775520

RGB

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

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

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

R = 50.42%
G = 36.02%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#775520 (or 0x775520) is known color: Hot Curry. HEX triplet: 77, 55 and 20. RGB value is (119,85,32). Sum of RGB (Red+Green+Blue) = 119+85+32=236 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.42% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 32 (12.89% from 255 or 13.56% from 236); Max value from RGB is 119 - color contains mainly: red. Hex color #775520 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775520 is #88AADF. Grayscale: #595959. Windows color (decimal): -8956640 or 2119031. OLE color: 2119031.

HSL color Cylindrical-coordinate representation of color #775520: hue angle of 36.55º 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 #775520 is Cyan = 0, Magento = 0.29, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 85 32 -
CMYK 0 0.29 0.73 0.53
HSL 36.55º 0.58% 0.3% -
HSV(B) 36.55º 0.73% 0.47% -
XYZ 11.12 10.52 2.81 -
YUV 89.12 95.76 149.31 -
System Red Green Blue C M Y K H S L
Decimal 119 85 32 0 0.29 0.73 0.53 36.55 0.58 0.3
Hex 77 55 20 0 1D 49 35 25 3A 1E
Octal 167 125 40 0 35 111 65 45 72 36
Binary 1110111 1010101 100000 0 11101 1001001 110101 100101 111010 11110

Color Harmonies of #775520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775520

Black with #775520

Text Example


Text Example

White with #775520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775520; }

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

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

background-color css

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

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

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

border-color css

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

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

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