Html Css Color HEX #785320 Hot Curry

📋 copy color: '#785320'

red 120 ◦ green 83 ◦ blue 32

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

Shades of Hot Curry #785320

Tints of Hot Curry #785320

RGB

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

 GREEN value IS 83 (32.81% from 255) = 35.32%

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

R = 51.06%
G = 35.32%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#785320 (or 0x785320) is known color: Hot Curry. HEX triplet: 78, 53 and 20. RGB value is (120,83,32). Sum of RGB (Red+Green+Blue) = 120+83+32=235 (31% of max value = 765). Red value is 120 (47.27% from 255 or 51.06% from 235); Green value is 83 (32.81% from 255 or 35.32% from 235); Blue value is 32 (12.89% from 255 or 13.62% from 235); Max value from RGB is 120 - color contains mainly: red. Hex color #785320 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785320 is #87ACDF. Grayscale: #585858. Windows color (decimal): -8891616 or 2118520. OLE color: 2118520.

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

Color convert

RGB 120 83 32 -
CMYK 0 0.31 0.73 0.53
HSL 34.77º 0.58% 0.3% -
HSV(B) 34.77º 0.73% 0.47% -
XYZ 11.1 10.28 2.77 -
YUV 88.25 96.26 150.65 -
System Red Green Blue C M Y K H S L
Decimal 120 83 32 0 0.31 0.73 0.53 34.77 0.58 0.3
Hex 78 53 20 0 1F 49 35 23 3A 1E
Octal 170 123 40 0 37 111 65 43 72 36
Binary 1111000 1010011 100000 0 11111 1001001 110101 100011 111010 11110

Color Harmonies of #785320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785320

Black with #785320

Text Example


Text Example

White with #785320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785320; }

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

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

background-color css

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

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

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

border-color css

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

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

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