Html Css Color HEX #785820 Hot Curry

📋 copy color: '#785820'

red 120 ◦ green 88 ◦ blue 32

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

Shades of Hot Curry #785820

Tints of Hot Curry #785820

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.67%

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

R = 50%
G = 36.67%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#785820 (or 0x785820) is known color: Hot Curry. HEX triplet: 78, 58 and 20. RGB value is (120,88,32). Sum of RGB (Red+Green+Blue) = 120+88+32=240 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50% from 240); Green value is 88 (34.77% from 255 or 36.67% from 240); Blue value is 32 (12.89% from 255 or 13.33% from 240); Max value from RGB is 120 - color contains mainly: red. Hex color #785820 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785820 is #87A7DF. Grayscale: #5B5B5B. Windows color (decimal): -8890336 or 2119800. OLE color: 2119800.

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

Color convert

RGB 120 88 32 -
CMYK 0 0.27 0.73 0.53
HSL 38.18º 0.58% 0.3% -
HSV(B) 38.18º 0.73% 0.47% -
XYZ 11.5 11.08 2.9 -
YUV 91.18 94.6 148.55 -
System Red Green Blue C M Y K H S L
Decimal 120 88 32 0 0.27 0.73 0.53 38.18 0.58 0.3
Hex 78 58 20 0 1B 49 35 26 3A 1E
Octal 170 130 40 0 33 111 65 46 72 36
Binary 1111000 1011000 100000 0 11011 1001001 110101 100110 111010 11110

Color Harmonies of #785820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785820

Black with #785820

Text Example


Text Example

White with #785820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785820; }

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

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

background-color css

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

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

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

border-color css

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

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

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