Html Css Color HEX #775524 Hot Curry

📋 copy color: '#775524'

red 119 ◦ green 85 ◦ blue 36

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

Shades of Hot Curry #775524

Tints of Hot Curry #775524

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.42%

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

R = 49.58%
G = 35.42%
B = 15%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.70

 K value IS 0.53

RGB Variations

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

Color information

#775524 (or 0x775524) is known color: Hot Curry. HEX triplet: 77, 55 and 24. RGB value is (119,85,36). Sum of RGB (Red+Green+Blue) = 119+85+36=240 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.58% from 240); Green value is 85 (33.59% from 255 or 35.42% from 240); Blue value is 36 (14.45% from 255 or 15% from 240); Max value from RGB is 119 - color contains mainly: red. Hex color #775524 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775524 is #88AADB. Grayscale: #595959. Windows color (decimal): -8956636 or 2381175. OLE color: 2381175.

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

Color convert

RGB 119 85 36 -
CMYK 0 0.29 0.70 0.53
HSL 35.42º 0.54% 0.3% -
HSV(B) 35.42º 0.7% 0.47% -
XYZ 11.17 10.55 3.12 -
YUV 89.58 97.76 148.98 -
System Red Green Blue C M Y K H S L
Decimal 119 85 36 0 0.29 0.70 0.53 35.42 0.54 0.3
Hex 77 55 24 0 1D 46 35 23 36 1E
Octal 167 125 44 0 35 106 65 43 66 36
Binary 1110111 1010101 100100 0 11101 1000110 110101 100011 110110 11110

Color Harmonies of #775524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775524

Black with #775524

Text Example


Text Example

White with #775524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775524; }

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

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

background-color css

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

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

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

border-color css

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

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

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