Html Css Color HEX #775226 Hot Curry

📋 copy color: '#775226'

red 119 ◦ green 82 ◦ blue 38

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

Shades of Hot Curry #775226

Tints of Hot Curry #775226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.9%

R = 49.79%
G = 34.31%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.68

 K value IS 0.53

RGB Variations

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

Color information

#775226 (or 0x775226) is known color: Hot Curry. HEX triplet: 77, 52 and 26. RGB value is (119,82,38). Sum of RGB (Red+Green+Blue) = 119+82+38=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 82 (32.42% from 255 or 34.31% from 239); Blue value is 38 (15.23% from 255 or 15.90% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #775226 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775226 is #88ADD9. Grayscale: #585858. Windows color (decimal): -8957402 or 2511479. OLE color: 2511479.

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

Color convert

RGB 119 82 38 -
CMYK 0 0.31 0.68 0.53
HSL 32.59º 0.52% 0.31% -
HSV(B) 32.59º 0.68% 0.47% -
XYZ 10.97 10.1 3.2 -
YUV 88.05 99.76 150.08 -
System Red Green Blue C M Y K H S L
Decimal 119 82 38 0 0.31 0.68 0.53 32.59 0.52 0.31
Hex 77 52 26 0 1F 44 35 21 34 1F
Octal 167 122 46 0 37 104 65 41 64 37
Binary 1110111 1010010 100110 0 11111 1000100 110101 100001 110100 11111

Color Harmonies of #775226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775226

Black with #775226

Text Example


Text Example

White with #775226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775226; }

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

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

background-color css

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

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

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

border-color css

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

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

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