#775B22

Color #775B22 Hot Curry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Curry #775B22

Tints of Hot Curry #775B22

Color information

#775B22 (or 0x775B22) is unknown color: approx Hot Curry. HEX triplet: 77, 5B and 22. RGB value is (119,91,34). Sum of RGB (Red+Green+Blue) = 119+91+34=244 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.77% from 244); Green value is 91 (35.94% from 255 or 37.30% from 244); Blue value is 34 (13.67% from 255 or 13.93% from 244); Max value from RGB is 119 - color contains mainly: red. Hex color #775B22 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775B22 is #88A4DD. Grayscale: #5D5D5D. Windows color (decimal): -8955102 or 2251639. OLE color: 2251639.

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

Color convert

RGB1199134-
CMYK00.240.710.53
HSL40.24º55.56%30%-
HSV(B)40.24º71.43%46.67%-
XYZ11.6411.523.12-
YUV92.8794.78146.63-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.77%
GREEN value IS 91 (35.94% from 255) = 37.30%
BLUE value IS 34 (13.67% from 255) = 13.93%
R=48.77%
G=37.30%
B=13.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.71
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119913400.240.710.5340.2455.5630
Hex775B22018473528381e
Octal1671334203010765507036
Binary11101111011011100010011000100011111010110100011100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775B22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,91,34); }

 H1.HeaderClassName
 {
   color: #775B22;
 }
 .AnyTagClassName
 {
   color: #775B22;
 }
</style>
background-color css

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

 a { background-color: rgb(119,91,34); }

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

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

 span { border-color: rgb(119,91,34); }

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