#775C1D

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

Shades of Hot Curry #775C1D

Tints of Hot Curry #775C1D

Color information

#775C1D (or 0x775C1D) is unknown color: approx Hot Curry. HEX triplet: 77, 5C and 1D. RGB value is (119,92,29). Sum of RGB (Red+Green+Blue) = 119+92+29=240 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.58% from 240); Green value is 92 (36.33% from 255 or 38.33% from 240); Blue value is 29 (11.72% from 255 or 12.08% from 240); Max value from RGB is 119 - color contains mainly: red. Hex color #775C1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775C1D is #88A3E2. Grayscale: #5D5D5D. Windows color (decimal): -8954851 or 1924215. OLE color: 1924215.

HSL color Cylindrical-coordinate representation of color #775C1D: hue angle of 42º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #775C1D is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB1199229-
CMYK00.230.760.53
HSL42º60.81%29.02%-
HSV(B)42º75.63%46.67%-
XYZ11.6611.662.8-
YUV92.8991.95146.62-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.58%
GREEN value IS 92 (36.33% from 255) = 38.33%
BLUE value IS 29 (11.72% from 255) = 12.08%
R=49.58%
G=38.33%
B=12.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119922900.230.760.534260.8129.02
Hex775C1D0174C352a3d1d
Octal1671343502711465527535
Binary1110111101110011101010111100110011010110101011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,92,29); }

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

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

 a { background-color: rgb(119,92,29); }

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

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

 span { border-color: rgb(119,92,29); }

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