Html Css Color HEX #785520 Hot Curry

📋 copy color: '#785520'

red 120 ◦ green 85 ◦ blue 32

#785520
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Curry #785520

Tints of Hot Curry #785520

RGB

 RED value IS 120 (47.27% from 255) = 50.63%

 GREEN value IS 85 (33.59% from 255) = 35.86%

 BLUE value IS 32 (12.89% from 255) = 13.5%

R = 50.63%
G = 35.86%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#785520 (or 0x785520) is known color: Hot Curry. HEX triplet: 78, 55 and 20. RGB value is (120,85,32). Sum of RGB (Red+Green+Blue) = 120+85+32=237 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.63% from 237); Green value is 85 (33.59% from 255 or 35.86% from 237); Blue value is 32 (12.89% from 255 or 13.50% from 237); Max value from RGB is 120 - color contains mainly: red. Hex color #785520 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785520 is #87AADF. Grayscale: #595959. Windows color (decimal): -8891104 or 2119032. OLE color: 2119032.

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

Color convert

RGB 120 85 32 -
CMYK 0 0.29 0.73 0.53
HSL 36.14º 0.58% 0.3% -
HSV(B) 36.14º 0.73% 0.47% -
XYZ 11.25 10.59 2.82 -
YUV 89.42 95.6 149.81 -
System Red Green Blue C M Y K H S L
Decimal 120 85 32 0 0.29 0.73 0.53 36.14 0.58 0.3
Hex 78 55 20 0 1D 49 35 24 3A 1E
Octal 170 125 40 0 35 111 65 44 72 36
Binary 1111000 1010101 100000 0 11101 1001001 110101 100100 111010 11110

Color Harmonies of #785520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785520

Black with #785520

Text Example


Text Example

White with #785520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785520; }

 p { color: rgb(120,85,32); }

 H1.HeaderClassName
 {
   color: #785520;
 }
 .AnyTagClassName
 {
   color: #785520;
 }
</style>

background-color css

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

 a { background-color: rgb(120,85,32); }

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

border-color css

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

 span { border-color: rgb(120,85,32); }

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