Html Css Color HEX #775C1D Hot Curry

📋 copy color: '#775C1D'

red 119 ◦ green 92 ◦ blue 29

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

Shades of Hot Curry #775C1D

Tints of Hot Curry #775C1D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 38.33%

 BLUE value IS 29 (11.72% from 255) = 12.08%

R = 49.58%
G = 38.33%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.76

 K value IS 0.53

RGB Variations

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

Color information

#775C1D (or 0x775C1D) is known color: Hot Curry. HEX triplet: 77, 5C and 1D. RGB value is (119,92,29). Sum of RGB (Red+Green+Blue) = 119+92+29=240 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.58% from 240); Green value is 92 (36.33% from 255 or 38.33% from 240); Blue value is 29 (11.72% from 255 or 12.08% from 240); Max value from RGB is 119 - color contains mainly: red. Hex color #775C1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775C1D is #88A3E2. Grayscale: #5D5D5D. Windows color (decimal): -8954851 or 1924215. OLE color: 1924215.

HSL color Cylindrical-coordinate representation of color #775C1D: hue angle of 42º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #775C1D is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 92 29 -
CMYK 0 0.23 0.76 0.53
HSL 42º 0.61% 0.29% -
HSV(B) 42º 0.76% 0.47% -
XYZ 11.66 11.66 2.8 -
YUV 92.89 91.95 146.62 -
System Red Green Blue C M Y K H S L
Decimal 119 92 29 0 0.23 0.76 0.53 42 0.61 0.29
Hex 77 5C 1D 0 17 4C 35 2A 3D 1D
Octal 167 134 35 0 27 114 65 52 75 35
Binary 1110111 1011100 11101 0 10111 1001100 110101 101010 111101 11101

Color Harmonies of #775C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775C1D

Black with #775C1D

Text Example


Text Example

White with #775C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,92,29); }

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

background-color css

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

 a { background-color: rgb(119,92,29); }

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

border-color css

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

 span { border-color: rgb(119,92,29); }

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