#785B1D

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

Shades of Hot Curry #785B1D

Tints of Hot Curry #785B1D

Color information

#785B1D (or 0x785B1D) is unknown color: approx Hot Curry. HEX triplet: 78, 5B and 1D. RGB value is (120,91,29). Sum of RGB (Red+Green+Blue) = 120+91+29=240 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50% from 240); Green value is 91 (35.94% from 255 or 37.92% from 240); Blue value is 29 (11.72% from 255 or 12.08% from 240); Max value from RGB is 120 - color contains mainly: red. Hex color #785B1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785B1D is #87A4E2. Grayscale: #5C5C5C. Windows color (decimal): -8889571 or 1923960. OLE color: 1923960.

HSL color Cylindrical-coordinate representation of color #785B1D: hue angle of 40.88º 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 #785B1D is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB1209129-
CMYK00.240.760.53
HSL40.88º61.07%29.22%-
HSV(B)40.88º75.83%47.06%-
XYZ11.7111.562.78-
YUV92.692.11147.54-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50%
GREEN value IS 91 (35.94% from 255) = 37.92%
BLUE value IS 29 (11.72% from 255) = 12.08%
R=50%
G=37.92%
B=12.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.76
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120912900.240.760.5340.8861.0729.22
Hex785B1D0184C35293d1d
Octal1701333503011465517535
Binary1111000101101111101011000100110011010110100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785B1D; }

 p { color: rgb(120,91,29); }

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

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

 a { background-color: rgb(120,91,29); }

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

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

 span { border-color: rgb(120,91,29); }

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