Html Css Color HEX #775A28 Hot Curry

📋 copy color: '#775A28'

red 119 ◦ green 90 ◦ blue 40

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

Shades of Hot Curry #775A28

Tints of Hot Curry #775A28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.06%

R = 47.79%
G = 36.14%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#775A28 (or 0x775A28) is known color: Hot Curry. HEX triplet: 77, 5A and 28. RGB value is (119,90,40). Sum of RGB (Red+Green+Blue) = 119+90+40=249 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.79% from 249); Green value is 90 (35.55% from 255 or 36.14% from 249); Blue value is 40 (16.02% from 255 or 16.06% from 249); Max value from RGB is 119 - color contains mainly: red. Hex color #775A28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775A28 is #88A5D7. Grayscale: #5D5D5D. Windows color (decimal): -8955352 or 2644599. OLE color: 2644599.

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

Color convert

RGB 119 90 40 -
CMYK 0 0.24 0.66 0.53
HSL 37.97º 0.5% 0.31% -
HSV(B) 37.97º 0.66% 0.47% -
XYZ 11.65 11.39 3.59 -
YUV 92.97 98.11 146.57 -
System Red Green Blue C M Y K H S L
Decimal 119 90 40 0 0.24 0.66 0.53 37.97 0.5 0.31
Hex 77 5A 28 0 18 42 35 26 32 1F
Octal 167 132 50 0 30 102 65 46 62 37
Binary 1110111 1011010 101000 0 11000 1000010 110101 100110 110010 11111

Color Harmonies of #775A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775A28

Black with #775A28

Text Example


Text Example

White with #775A28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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