Html Css Color HEX #785B1A Hot Curry

📋 copy color: '#785B1A'

red 120 ◦ green 91 ◦ blue 26

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

Shades of Hot Curry #785B1A

Tints of Hot Curry #785B1A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 38.4%

 BLUE value IS 26 (10.55% from 255) = 10.97%

R = 50.63%
G = 38.4%
B = 10.97%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.78

 K value IS 0.53

RGB Variations

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

Color information

#785B1A (or 0x785B1A) is known color: Hot Curry. HEX triplet: 78, 5B and 1A. RGB value is (120,91,26). Sum of RGB (Red+Green+Blue) = 120+91+26=237 (31% of max value = 765). Red value is 120 (47.27% from 255 or 50.63% from 237); Green value is 91 (35.94% from 255 or 38.40% from 237); Blue value is 26 (10.55% from 255 or 10.97% from 237); Max value from RGB is 120 - color contains mainly: red. Hex color #785B1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785B1A is #87A4E5. Grayscale: #5C5C5C. Windows color (decimal): -8889574 or 1727352. OLE color: 1727352.

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

Color convert

RGB 120 91 26 -
CMYK 0 0.24 0.78 0.53
HSL 41.49º 0.64% 0.29% -
HSV(B) 41.49º 0.78% 0.47% -
XYZ 11.67 11.55 2.59 -
YUV 92.26 90.61 147.79 -
System Red Green Blue C M Y K H S L
Decimal 120 91 26 0 0.24 0.78 0.53 41.49 0.64 0.29
Hex 78 5B 1A 0 18 4E 35 29 40 1D
Octal 170 133 32 0 30 116 65 51 100 35
Binary 1111000 1011011 11010 0 11000 1001110 110101 101001 1000000 11101

Color Harmonies of #785B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785B1A

Black with #785B1A

Text Example


Text Example

White with #785B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,91,26); }

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

background-color css

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

 a { background-color: rgb(120,91,26); }

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

border-color css

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

 span { border-color: rgb(120,91,26); }

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