#785B1A

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

Shades of Hot Curry #785B1A

Tints of Hot Curry #785B1A

Color information

#785B1A (or 0x785B1A) is unknown color: approx Hot Curry. HEX triplet: 78, 5B and 1A. RGB value is (120,91,26). Sum of RGB (Red+Green+Blue) = 120+91+26=237 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.63% from 237); Green value is 91 (35.94% from 255 or 38.40% from 237); Blue value is 26 (10.55% from 255 or 10.97% from 237); Max value from RGB is 120 - color contains mainly: red. Hex color #785B1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785B1A is #87A4E5. Grayscale: #5C5C5C. Windows color (decimal): -8889574 or 1727352. OLE color: 1727352.

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

Color convert

RGB1209126-
CMYK00.240.780.53
HSL41.49º64.38%28.63%-
HSV(B)41.49º78.33%47.06%-
XYZ11.6711.552.59-
YUV92.2690.61147.79-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.63%
GREEN value IS 91 (35.94% from 255) = 38.40%
BLUE value IS 26 (10.55% from 255) = 10.97%
R=50.63%
G=38.40%
B=10.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120912600.240.780.5341.4964.3828.63
Hex785B1A0184E3529401d
Octal17013332030116655110035
Binary11110001011011110100110001001110110101101001100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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