Html Css Color HEX #785C1E Hot Curry

📋 copy color: '#785C1E'

red 120 ◦ green 92 ◦ blue 30

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

Shades of Hot Curry #785C1E

Tints of Hot Curry #785C1E

RGB

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

 GREEN value IS 92 (36.33% from 255) = 38.02%

 BLUE value IS 30 (12.11% from 255) = 12.4%

R = 49.59%
G = 38.02%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.75

 K value IS 0.53

RGB Variations

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

Color information

#785C1E (or 0x785C1E) is known color: Hot Curry. HEX triplet: 78, 5C and 1E. RGB value is (120,92,30). Sum of RGB (Red+Green+Blue) = 120+92+30=242 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.59% from 242); Green value is 92 (36.33% from 255 or 38.02% from 242); Blue value is 30 (12.11% from 255 or 12.40% from 242); Max value from RGB is 120 - color contains mainly: red. Hex color #785C1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785C1E is #87A3E1. Grayscale: #5D5D5D. Windows color (decimal): -8889314 or 1989752. OLE color: 1989752.

HSL color Cylindrical-coordinate representation of color #785C1E: hue angle of 41.33º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #785C1E is Cyan = 0, Magento = 0.23, Yellow = 0.75 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 92 30 -
CMYK 0 0.23 0.75 0.53
HSL 41.33º 0.6% 0.29% -
HSV(B) 41.33º 0.75% 0.47% -
XYZ 11.81 11.74 2.87 -
YUV 93.3 92.28 147.04 -
System Red Green Blue C M Y K H S L
Decimal 120 92 30 0 0.23 0.75 0.53 41.33 0.6 0.29
Hex 78 5C 1E 0 17 4B 35 29 3C 1D
Octal 170 134 36 0 27 113 65 51 74 35
Binary 1111000 1011100 11110 0 10111 1001011 110101 101001 111100 11101

Color Harmonies of #785C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785C1E

Black with #785C1E

Text Example


Text Example

White with #785C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,92,30); }

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

background-color css

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

 a { background-color: rgb(120,92,30); }

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

border-color css

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

 span { border-color: rgb(120,92,30); }

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