Html Css Color HEX #785D1F Hot Curry

📋 copy color: '#785D1F'

red 120 ◦ green 93 ◦ blue 31

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

Shades of Hot Curry #785D1F

Tints of Hot Curry #785D1F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 38.11%

 BLUE value IS 31 (12.5% from 255) = 12.7%

R = 49.18%
G = 38.11%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#785D1F (or 0x785D1F) is known color: Hot Curry. HEX triplet: 78, 5D and 1F. RGB value is (120,93,31). Sum of RGB (Red+Green+Blue) = 120+93+31=244 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.18% from 244); Green value is 93 (36.72% from 255 or 38.11% from 244); Blue value is 31 (12.5% from 255 or 12.70% from 244); Max value from RGB is 120 - color contains mainly: red. Hex color #785D1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785D1F is #87A2E0. Grayscale: #5E5E5E. Windows color (decimal): -8889057 or 2055544. OLE color: 2055544.

HSL color Cylindrical-coordinate representation of color #785D1F: hue angle of 41.8º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #785D1F is Cyan = 0, Magento = 0.22, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 93 31 -
CMYK 0 0.22 0.74 0.53
HSL 41.8º 0.59% 0.3% -
HSV(B) 41.8º 0.74% 0.47% -
XYZ 11.91 11.92 2.97 -
YUV 94.01 92.45 146.54 -
System Red Green Blue C M Y K H S L
Decimal 120 93 31 0 0.22 0.74 0.53 41.8 0.59 0.3
Hex 78 5D 1F 0 16 4A 35 2A 3B 1E
Octal 170 135 37 0 26 112 65 52 73 36
Binary 1111000 1011101 11111 0 10110 1001010 110101 101010 111011 11110

Color Harmonies of #785D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785D1F

Black with #785D1F

Text Example


Text Example

White with #785D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,93,31); }

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

background-color css

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

 a { background-color: rgb(120,93,31); }

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

border-color css

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

 span { border-color: rgb(120,93,31); }

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