Html Css Color HEX #775229 Hot Curry

📋 copy color: '#775229'

red 119 ◦ green 82 ◦ blue 41

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

Shades of Hot Curry #775229

Tints of Hot Curry #775229

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.88%

 BLUE value IS 41 (16.41% from 255) = 16.94%

R = 49.17%
G = 33.88%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#775229 (or 0x775229) is known color: Hot Curry. HEX triplet: 77, 52 and 29. RGB value is (119,82,41). Sum of RGB (Red+Green+Blue) = 119+82+41=242 (32% of max value = 765). Red value is 119 (46.88% from 255 or 49.17% from 242); Green value is 82 (32.42% from 255 or 33.88% from 242); Blue value is 41 (16.41% from 255 or 16.94% from 242); Max value from RGB is 119 - color contains mainly: red. Hex color #775229 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775229 is #88ADD6. Grayscale: #585858. Windows color (decimal): -8957399 or 2708087. OLE color: 2708087.

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

Color convert

RGB 119 82 41 -
CMYK 0 0.31 0.66 0.53
HSL 31.54º 0.49% 0.31% -
HSV(B) 31.54º 0.66% 0.47% -
XYZ 11.03 10.12 3.47 -
YUV 88.39 101.26 149.83 -
System Red Green Blue C M Y K H S L
Decimal 119 82 41 0 0.31 0.66 0.53 31.54 0.49 0.31
Hex 77 52 29 0 1F 42 35 20 31 1F
Octal 167 122 51 0 37 102 65 40 61 37
Binary 1110111 1010010 101001 0 11111 1000010 110101 100000 110001 11111

Color Harmonies of #775229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775229

Black with #775229

Text Example


Text Example

White with #775229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775229; }

 p { color: rgb(119,82,41); }

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

background-color css

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

 a { background-color: rgb(119,82,41); }

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

border-color css

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

 span { border-color: rgb(119,82,41); }

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