Html Css Color HEX #785625 Hot Curry

📋 copy color: '#785625'

red 120 ◦ green 86 ◦ blue 37

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

Shades of Hot Curry #785625

Tints of Hot Curry #785625

RGB

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

 GREEN value IS 86 (33.98% from 255) = 35.39%

 BLUE value IS 37 (14.84% from 255) = 15.23%

R = 49.38%
G = 35.39%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#785625 (or 0x785625) is known color: Hot Curry. HEX triplet: 78, 56 and 25. RGB value is (120,86,37). Sum of RGB (Red+Green+Blue) = 120+86+37=243 (32% of max value = 765). Red value is 120 (47.27% from 255 or 49.38% from 243); Green value is 86 (33.98% from 255 or 35.39% from 243); Blue value is 37 (14.84% from 255 or 15.23% from 243); Max value from RGB is 120 - color contains mainly: red. Hex color #785625 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785625 is #87A9DA. Grayscale: #5A5A5A. Windows color (decimal): -8890843 or 2446968. OLE color: 2446968.

HSL color Cylindrical-coordinate representation of color #785625: hue angle of 35.42º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #785625 is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 86 37 -
CMYK 0 0.28 0.69 0.53
HSL 35.42º 0.53% 0.31% -
HSV(B) 35.42º 0.69% 0.47% -
XYZ 11.41 10.78 3.23 -
YUV 90.58 97.76 148.98 -
System Red Green Blue C M Y K H S L
Decimal 120 86 37 0 0.28 0.69 0.53 35.42 0.53 0.31
Hex 78 56 25 0 1C 45 35 23 35 1F
Octal 170 126 45 0 34 105 65 43 65 37
Binary 1111000 1010110 100101 0 11100 1000101 110101 100011 110101 11111

Color Harmonies of #785625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785625

Black with #785625

Text Example


Text Example

White with #785625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785625; }

 p { color: rgb(120,86,37); }

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

background-color css

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

 a { background-color: rgb(120,86,37); }

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

border-color css

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

 span { border-color: rgb(120,86,37); }

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