Html Css Color HEX #775928 Hot Curry

📋 copy color: '#775928'

red 119 ◦ green 89 ◦ blue 40

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

Shades of Hot Curry #775928

Tints of Hot Curry #775928

RGB

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

 GREEN value IS 89 (35.16% from 255) = 35.89%

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

R = 47.98%
G = 35.89%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#775928 (or 0x775928) is known color: Hot Curry. HEX triplet: 77, 59 and 28. RGB value is (119,89,40). Sum of RGB (Red+Green+Blue) = 119+89+40=248 (32% of max value = 765). Red value is 119 (46.88% from 255 or 47.98% from 248); Green value is 89 (35.16% from 255 or 35.89% from 248); Blue value is 40 (16.02% from 255 or 16.13% from 248); Max value from RGB is 119 - color contains mainly: red. Hex color #775928 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775928 is #88A6D7. Grayscale: #5C5C5C. Windows color (decimal): -8955608 or 2644343. OLE color: 2644343.

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

Color convert

RGB 119 89 40 -
CMYK 0 0.25 0.66 0.53
HSL 37.22º 0.5% 0.31% -
HSV(B) 37.22º 0.66% 0.47% -
XYZ 11.56 11.22 3.56 -
YUV 92.38 98.44 146.98 -
System Red Green Blue C M Y K H S L
Decimal 119 89 40 0 0.25 0.66 0.53 37.22 0.5 0.31
Hex 77 59 28 0 19 42 35 25 32 1F
Octal 167 131 50 0 31 102 65 45 62 37
Binary 1110111 1011001 101000 0 11001 1000010 110101 100101 110010 11111

Color Harmonies of #775928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775928

Black with #775928

Text Example


Text Example

White with #775928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775928; }

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

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

background-color css

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

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

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

border-color css

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

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

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