#785A1A

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

Shades of Hot Curry #785A1A

Tints of Hot Curry #785A1A

Color information

#785A1A (or 0x785A1A) is unknown color: approx Hot Curry. HEX triplet: 78, 5A and 1A. RGB value is (120,90,26). Sum of RGB (Red+Green+Blue) = 120+90+26=236 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.85% from 236); Green value is 90 (35.55% from 255 or 38.14% from 236); Blue value is 26 (10.55% from 255 or 11.02% from 236); Max value from RGB is 120 - color contains mainly: red. Hex color #785A1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785A1A is #87A5E5. Grayscale: #5B5B5B. Windows color (decimal): -8889830 or 1727096. OLE color: 1727096.

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

Color convert

RGB1209026-
CMYK00.250.780.53
HSL40.85º64.38%28.63%-
HSV(B)40.85º78.33%47.06%-
XYZ11.5911.382.56-
YUV91.6790.94148.2-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 50.85%
GREEN value IS 90 (35.55% from 255) = 38.14%
BLUE value IS 26 (10.55% from 255) = 11.02%
R=50.85%
G=38.14%
B=11.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.78
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120902600.250.780.5340.8564.3828.63
Hex785A1A0194E3529401d
Octal17013232031116655110035
Binary11110001011010110100110011001110110101101001100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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