#785B1E

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

Shades of Hot Curry #785B1E

Tints of Hot Curry #785B1E

Color information

#785B1E (or 0x785B1E) is unknown color: approx Hot Curry. HEX triplet: 78, 5B and 1E. RGB value is (120,91,30). Sum of RGB (Red+Green+Blue) = 120+91+30=241 (31% of max value = 765). Red value is 120 (47.27% from 255 or 49.79% from 241); Green value is 91 (35.94% from 255 or 37.76% from 241); Blue value is 30 (12.11% from 255 or 12.45% from 241); Max value from RGB is 120 - color contains mainly: red. Hex color #785B1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785B1E is #87A4E1. Grayscale: #5C5C5C. Windows color (decimal): -8889570 or 1989496. OLE color: 1989496.

HSL color Cylindrical-coordinate representation of color #785B1E: hue angle of 40.67º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #785B1E is Cyan = 0, Magento = 0.24, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB1209130-
CMYK00.240.750.53
HSL40.67º60%29.41%-
HSV(B)40.67º75%47.06%-
XYZ11.7211.572.84-
YUV92.7292.61147.46-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 49.79%
GREEN value IS 91 (35.94% from 255) = 37.76%
BLUE value IS 30 (12.11% from 255) = 12.45%
R=49.79%
G=37.76%
B=12.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.75
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120913000.240.750.5340.676029.41
Hex785B1E0184B35293c1d
Octal1701333603011365517435
Binary1111000101101111110011000100101111010110100111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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