#785429

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

Shades of Hot Curry #785429

Tints of Hot Curry #785429

Color information

#785429 (or 0x785429) is unknown color: approx Hot Curry. HEX triplet: 78, 54 and 29. RGB value is (120,84,41). Sum of RGB (Red+Green+Blue) = 120+84+41=245 (32% of max value = 765). Red value is 120 (47.27% from 255 or 48.98% from 245); Green value is 84 (33.20% from 255 or 34.29% from 245); Blue value is 41 (16.41% from 255 or 16.73% from 245); Max value from RGB is 120 - color contains mainly: red. Hex color #785429 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785429 is #87ABD6. Grayscale: #5A5A5A. Windows color (decimal): -8891351 or 2708600. OLE color: 2708600.

HSL color Cylindrical-coordinate representation of color #785429: hue angle of 32.66º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #785429 is Cyan = 0, Magento = 0.3, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB1208441-
CMYK00.30.660.53
HSL32.66º49.07%31.57%-
HSV(B)32.66º65.83%47.06%-
XYZ11.3210.493.53-
YUV89.86100.43149.5-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 48.98%
GREEN value IS 84 (33.20% from 255) = 34.29%
BLUE value IS 41 (16.41% from 255) = 16.73%
R=48.98%
G=34.29%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120844100.30.660.5332.6649.0731.57
Hex78542901E4235213120
Octal1701245103610265416140
Binary111100010101001010010111101000010110101100001110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785429; }

 p { color: rgb(120,84,41); }

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

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

 a { background-color: rgb(120,84,41); }

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

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

 span { border-color: rgb(120,84,41); }

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