Html Css Color HEX #775425 Hot Curry

📋 copy color: '#775425'

red 119 ◦ green 84 ◦ blue 37

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

Shades of Hot Curry #775425

Tints of Hot Curry #775425

RGB

 RED value IS 119 (46.88% from 255) = 49.58%

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

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

R = 49.58%
G = 35%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#775425 (or 0x775425) is known color: Hot Curry. HEX triplet: 77, 54 and 25. RGB value is (119,84,37). Sum of RGB (Red+Green+Blue) = 119+84+37=240 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.58% from 240); Green value is 84 (33.20% from 255 or 35% from 240); Blue value is 37 (14.84% from 255 or 15.42% from 240); Max value from RGB is 119 - color contains mainly: red. Hex color #775425 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775425 is #88ABDA. Grayscale: #595959. Windows color (decimal): -8956891 or 2446455. OLE color: 2446455.

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

Color convert

RGB 119 84 37 -
CMYK 0 0.29 0.69 0.53
HSL 34.39º 0.53% 0.31% -
HSV(B) 34.39º 0.69% 0.47% -
XYZ 11.11 10.4 3.17 -
YUV 89.11 98.6 149.32 -
System Red Green Blue C M Y K H S L
Decimal 119 84 37 0 0.29 0.69 0.53 34.39 0.53 0.31
Hex 77 54 25 0 1D 45 35 22 35 1F
Octal 167 124 45 0 35 105 65 42 65 37
Binary 1110111 1010100 100101 0 11101 1000101 110101 100010 110101 11111

Color Harmonies of #775425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775425

Black with #775425

Text Example


Text Example

White with #775425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775425; }

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

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

background-color css

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

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

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

border-color css

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

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

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