Html Css Color HEX #775B25 Hot Curry

📋 copy color: '#775B25'

red 119 ◦ green 91 ◦ blue 37

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

Shades of Hot Curry #775B25

Tints of Hot Curry #775B25

RGB

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

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

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

R = 48.18%
G = 36.84%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.69

 K value IS 0.53

RGB Variations

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

Color information

#775B25 (or 0x775B25) is known color: Hot Curry. HEX triplet: 77, 5B and 25. RGB value is (119,91,37). Sum of RGB (Red+Green+Blue) = 119+91+37=247 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.18% from 247); Green value is 91 (35.94% from 255 or 36.84% from 247); Blue value is 37 (14.84% from 255 or 14.98% from 247); Max value from RGB is 119 - color contains mainly: red. Hex color #775B25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775B25 is #88A4DA. Grayscale: #5D5D5D. Windows color (decimal): -8955099 or 2448247. OLE color: 2448247.

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

Color convert

RGB 119 91 37 -
CMYK 0 0.24 0.69 0.53
HSL 39.51º 0.53% 0.31% -
HSV(B) 39.51º 0.69% 0.47% -
XYZ 11.68 11.54 3.36 -
YUV 93.22 96.28 146.39 -
System Red Green Blue C M Y K H S L
Decimal 119 91 37 0 0.24 0.69 0.53 39.51 0.53 0.31
Hex 77 5B 25 0 18 45 35 28 35 1F
Octal 167 133 45 0 30 105 65 50 65 37
Binary 1110111 1011011 100101 0 11000 1000101 110101 101000 110101 11111

Color Harmonies of #775B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775B25

Black with #775B25

Text Example


Text Example

White with #775B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775B25; }

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

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

background-color css

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

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

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

border-color css

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

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

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