#785227

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

Shades of Hot Curry #785227

Tints of Hot Curry #785227

Color information

#785227 (or 0x785227) is unknown color: approx Hot Curry. HEX triplet: 78, 52 and 27. RGB value is (120,82,39). Sum of RGB (Red+Green+Blue) = 120+82+39=241 (31% of max value = 765). Red value is 120 (47.27% from 255 or 49.79% from 241); Green value is 82 (32.42% from 255 or 34.02% from 241); Blue value is 39 (15.62% from 255 or 16.18% from 241); Max value from RGB is 120 - color contains mainly: red. Hex color #785227 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785227 is #87ADD8. Grayscale: #585858. Windows color (decimal): -8891865 or 2577016. OLE color: 2577016.

HSL color Cylindrical-coordinate representation of color #785227: hue angle of 31.85º 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 #785227 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB1208239-
CMYK00.320.670.53
HSL31.85º50.94%31.18%-
HSV(B)31.85º67.5%47.06%-
XYZ11.1310.173.3-
YUV88.46100.09150.5-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 49.79%
GREEN value IS 82 (32.42% from 255) = 34.02%
BLUE value IS 39 (15.62% from 255) = 16.18%
R=49.79%
G=34.02%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120823900.320.670.5331.8550.9431.18
Hex785227020433520331f
Octal1701224704010365406337
Binary111100010100101001110100000100001111010110000011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785227; }

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

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

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

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

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

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

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

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