#785B2A

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

Shades of Hot Curry #785B2A

Tints of Hot Curry #785B2A

Color information

#785B2A (or 0x785B2A) is unknown color: approx Hot Curry. HEX triplet: 78, 5B and 2A. RGB value is (120,91,42). Sum of RGB (Red+Green+Blue) = 120+91+42=253 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.43% from 253); Green value is 91 (35.94% from 255 or 35.97% from 253); Blue value is 42 (16.80% from 255 or 16.60% from 253); Max value from RGB is 120 - color contains mainly: red. Hex color #785B2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785B2A is #87A4D5. Grayscale: #5E5E5E. Windows color (decimal): -8889558 or 2775928. OLE color: 2775928.

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

Color convert

RGB1209142-
CMYK00.240.650.53
HSL37.69º48.15%31.76%-
HSV(B)37.69º65%47.06%-
XYZ11.911.643.81-
YUV94.0898.61146.48-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.43%
GREEN value IS 91 (35.94% from 255) = 35.97%
BLUE value IS 42 (16.80% from 255) = 16.60%
R=47.43%
G=35.97%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120914200.240.650.5337.6948.1531.76
Hex785B2A0184135263020
Octal1701335203010165466040
Binary111100010110111010100110001000001110101100110110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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