Html Css Color HEX #775420 Hot Curry

📋 copy color: '#775420'

red 119 ◦ green 84 ◦ blue 32

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

Shades of Hot Curry #775420

Tints of Hot Curry #775420

RGB

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

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

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

R = 50.64%
G = 35.74%
B = 13.62%

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

#775420 (or 0x775420) is known color: Hot Curry. HEX triplet: 77, 54 and 20. RGB value is (119,84,32). Sum of RGB (Red+Green+Blue) = 119+84+32=235 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.64% from 235); Green value is 84 (33.20% from 255 or 35.74% from 235); Blue value is 32 (12.89% from 255 or 13.62% from 235); Max value from RGB is 119 - color contains mainly: red. Hex color #775420 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775420 is #88ABDF. Grayscale: #585858. Windows color (decimal): -8956896 or 2118775. OLE color: 2118775.

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

Color convert

RGB 119 84 32 -
CMYK 0 0.29 0.73 0.53
HSL 35.86º 0.58% 0.3% -
HSV(B) 35.86º 0.73% 0.47% -
XYZ 11.04 10.37 2.79 -
YUV 88.54 96.1 149.73 -
System Red Green Blue C M Y K H S L
Decimal 119 84 32 0 0.29 0.73 0.53 35.86 0.58 0.3
Hex 77 54 20 0 1D 49 35 24 3A 1E
Octal 167 124 40 0 35 111 65 44 72 36
Binary 1110111 1010100 100000 0 11101 1001001 110101 100100 111010 11110

Color Harmonies of #775420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775420

Black with #775420

Text Example


Text Example

White with #775420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775420; }

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

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

background-color css

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

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

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

border-color css

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

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

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