Html Css Color HEX #775320 Hot Curry

📋 copy color: '#775320'

red 119 ◦ green 83 ◦ blue 32

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

Shades of Hot Curry #775320

Tints of Hot Curry #775320

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.47%

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

R = 50.85%
G = 35.47%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#775320 (or 0x775320) is known color: Hot Curry. HEX triplet: 77, 53 and 20. RGB value is (119,83,32). Sum of RGB (Red+Green+Blue) = 119+83+32=234 (30% of max value = 765). Red value is 119 (46.88% from 255 or 50.85% from 234); Green value is 83 (32.81% from 255 or 35.47% from 234); Blue value is 32 (12.89% from 255 or 13.68% from 234); Max value from RGB is 119 - color contains mainly: red. Hex color #775320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775320 is #88ACDF. Grayscale: #585858. Windows color (decimal): -8957152 or 2118519. OLE color: 2118519.

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

Color convert

RGB 119 83 32 -
CMYK 0 0.30 0.73 0.53
HSL 35.17º 0.58% 0.3% -
HSV(B) 35.17º 0.73% 0.47% -
XYZ 10.96 10.21 2.76 -
YUV 87.95 96.43 150.15 -
System Red Green Blue C M Y K H S L
Decimal 119 83 32 0 0.30 0.73 0.53 35.17 0.58 0.3
Hex 77 53 20 0 1E 49 35 23 3A 1E
Octal 167 123 40 0 36 111 65 43 72 36
Binary 1110111 1010011 100000 0 11110 1001001 110101 100011 111010 11110

Color Harmonies of #775320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775320

Black with #775320

Text Example


Text Example

White with #775320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775320; }

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

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

background-color css

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

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

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

border-color css

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

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

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