Html Css Color HEX #775A21 Hot Curry

📋 copy color: '#775A21'

red 119 ◦ green 90 ◦ blue 33

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

Shades of Hot Curry #775A21

Tints of Hot Curry #775A21

RGB

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

 GREEN value IS 90 (35.55% from 255) = 37.19%

 BLUE value IS 33 (13.28% from 255) = 13.64%

R = 49.17%
G = 37.19%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.72

 K value IS 0.53

RGB Variations

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

Color information

#775A21 (or 0x775A21) is known color: Hot Curry. HEX triplet: 77, 5A and 21. RGB value is (119,90,33). Sum of RGB (Red+Green+Blue) = 119+90+33=242 (32% of max value = 765). Red value is 119 (46.88% from 255 or 49.17% from 242); Green value is 90 (35.55% from 255 or 37.19% from 242); Blue value is 33 (13.28% from 255 or 13.64% from 242); Max value from RGB is 119 - color contains mainly: red. Hex color #775A21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775A21 is #88A5DE. Grayscale: #5C5C5C. Windows color (decimal): -8955359 or 2185847. OLE color: 2185847.

HSL color Cylindrical-coordinate representation of color #775A21: hue angle of 39.77º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #775A21 is Cyan = 0, Magento = 0.24, Yellow = 0.72 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 90 33 -
CMYK 0 0.24 0.72 0.53
HSL 39.77º 0.57% 0.3% -
HSV(B) 39.77º 0.72% 0.47% -
XYZ 11.54 11.34 3.02 -
YUV 92.17 94.61 147.13 -
System Red Green Blue C M Y K H S L
Decimal 119 90 33 0 0.24 0.72 0.53 39.77 0.57 0.3
Hex 77 5A 21 0 18 48 35 28 39 1E
Octal 167 132 41 0 30 110 65 50 71 36
Binary 1110111 1011010 100001 0 11000 1001000 110101 101000 111001 11110

Color Harmonies of #775A21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775A21

Black with #775A21

Text Example


Text Example

White with #775A21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775A21; }

 p { color: rgb(119,90,33); }

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

background-color css

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

 a { background-color: rgb(119,90,33); }

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

border-color css

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

 span { border-color: rgb(119,90,33); }

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