#785B27

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

Shades of Hot Curry #785B27

Tints of Hot Curry #785B27

Color information

#785B27 (or 0x785B27) is unknown color: approx Hot Curry. HEX triplet: 78, 5B and 27. RGB value is (120,91,39). Sum of RGB (Red+Green+Blue) = 120+91+39=250 (33% of max value = 765). Red value is 120 (47.27% from 255 or 48% from 250); Green value is 91 (35.94% from 255 or 36.4% from 250); Blue value is 39 (15.62% from 255 or 15.6% from 250); Max value from RGB is 120 - color contains mainly: red. Hex color #785B27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785B27 is #87A4D8. Grayscale: #5D5D5D. Windows color (decimal): -8889561 or 2579320. OLE color: 2579320.

HSL color Cylindrical-coordinate representation of color #785B27: hue angle of 38.52º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #785B27 is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB1209139-
CMYK00.240.670.53
HSL38.52º50.94%31.18%-
HSV(B)38.52º67.5%47.06%-
XYZ11.8511.623.54-
YUV93.7497.11146.73-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48%
GREEN value IS 91 (35.94% from 255) = 36.4%
BLUE value IS 39 (15.62% from 255) = 15.6%
R=48%
G=36.4%
B=15.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120913900.240.670.5338.5250.9431.18
Hex785B27018433527331f
Octal1701334703010365476337
Binary11110001011011100111011000100001111010110011111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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