Html Css Color HEX #785425 Hot Curry

📋 copy color: '#785425'

red 120 ◦ green 84 ◦ blue 37

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

Shades of Hot Curry #785425

Tints of Hot Curry #785425

RGB

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

 GREEN value IS 84 (33.2% from 255) = 34.85%

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

R = 49.79%
G = 34.85%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#785425 (or 0x785425) is known color: Hot Curry. HEX triplet: 78, 54 and 25. RGB value is (120,84,37). Sum of RGB (Red+Green+Blue) = 120+84+37=241 (31% of max value = 765). Red value is 120 (47.27% from 255 or 49.79% from 241); Green value is 84 (33.20% from 255 or 34.85% from 241); Blue value is 37 (14.84% from 255 or 15.35% from 241); Max value from RGB is 120 - color contains mainly: red. Hex color #785425 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785425 is #87ABDA. Grayscale: #595959. Windows color (decimal): -8891355 or 2446456. OLE color: 2446456.

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

Color convert

RGB 120 84 37 -
CMYK 0 0.3 0.69 0.53
HSL 33.98º 0.53% 0.31% -
HSV(B) 33.98º 0.69% 0.47% -
XYZ 11.25 10.47 3.18 -
YUV 89.41 98.43 149.82 -
System Red Green Blue C M Y K H S L
Decimal 120 84 37 0 0.3 0.69 0.53 33.98 0.53 0.31
Hex 78 54 25 0 1E 45 35 22 35 1F
Octal 170 124 45 0 36 105 65 42 65 37
Binary 1111000 1010100 100101 0 11110 1000101 110101 100010 110101 11111

Color Harmonies of #785425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785425

Black with #785425

Text Example


Text Example

White with #785425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785425; }

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

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

background-color css

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

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

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

border-color css

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

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

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