Html Css Color HEX #775124 Hot Curry

📋 copy color: '#775124'

red 119 ◦ green 81 ◦ blue 36

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

Shades of Hot Curry #775124

Tints of Hot Curry #775124

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.32%

 BLUE value IS 36 (14.45% from 255) = 15.25%

R = 50.42%
G = 34.32%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.70

 K value IS 0.53

RGB Variations

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

Color information

#775124 (or 0x775124) is known color: Hot Curry. HEX triplet: 77, 51 and 24. RGB value is (119,81,36). Sum of RGB (Red+Green+Blue) = 119+81+36=236 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.42% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 36 (14.45% from 255 or 15.25% from 236); Max value from RGB is 119 - color contains mainly: red. Hex color #775124 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775124 is #88AEDB. Grayscale: #575757. Windows color (decimal): -8957660 or 2380151. OLE color: 2380151.

HSL color Cylindrical-coordinate representation of color #775124: hue angle of 32.53º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #775124 is Cyan = 0, Magento = 0.32, Yellow = 0.70 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 81 36 -
CMYK 0 0.32 0.70 0.53
HSL 32.53º 0.54% 0.3% -
HSV(B) 32.53º 0.7% 0.47% -
XYZ 10.87 9.93 3.01 -
YUV 87.23 99.09 150.66 -
System Red Green Blue C M Y K H S L
Decimal 119 81 36 0 0.32 0.70 0.53 32.53 0.54 0.3
Hex 77 51 24 0 20 46 35 21 36 1E
Octal 167 121 44 0 40 106 65 41 66 36
Binary 1110111 1010001 100100 0 100000 1000110 110101 100001 110110 11110

Color Harmonies of #775124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775124

Black with #775124

Text Example


Text Example

White with #775124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775124; }

 p { color: rgb(119,81,36); }

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

background-color css

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

 a { background-color: rgb(119,81,36); }

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

border-color css

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

 span { border-color: rgb(119,81,36); }

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