Html Css Color HEX #775D27 Hot Curry

📋 copy color: '#775D27'

red 119 ◦ green 93 ◦ blue 39

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

Shades of Hot Curry #775D27

Tints of Hot Curry #775D27

RGB

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

 GREEN value IS 93 (36.72% from 255) = 37.05%

 BLUE value IS 39 (15.63% from 255) = 15.54%

R = 47.41%
G = 37.05%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.67

 K value IS 0.53

RGB Variations

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

Color information

#775D27 (or 0x775D27) is known color: Hot Curry. HEX triplet: 77, 5D and 27. RGB value is (119,93,39). Sum of RGB (Red+Green+Blue) = 119+93+39=251 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.41% from 251); Green value is 93 (36.72% from 255 or 37.05% from 251); Blue value is 39 (15.62% from 255 or 15.54% from 251); Max value from RGB is 119 - color contains mainly: red. Hex color #775D27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775D27 is #88A2D8. Grayscale: #5E5E5E. Windows color (decimal): -8954585 or 2579831. OLE color: 2579831.

HSL color Cylindrical-coordinate representation of color #775D27: hue angle of 40.5º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #775D27 is Cyan = 0, Magento = 0.22, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 93 39 -
CMYK 0 0.22 0.67 0.53
HSL 40.5º 0.51% 0.31% -
HSV(B) 40.5º 0.67% 0.47% -
XYZ 11.89 11.9 3.59 -
YUV 94.62 96.61 145.39 -
System Red Green Blue C M Y K H S L
Decimal 119 93 39 0 0.22 0.67 0.53 40.5 0.51 0.31
Hex 77 5D 27 0 16 43 35 28 33 1F
Octal 167 135 47 0 26 103 65 50 63 37
Binary 1110111 1011101 100111 0 10110 1000011 110101 101000 110011 11111

Color Harmonies of #775D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775D27

Black with #775D27

Text Example


Text Example

White with #775D27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,93,39); }

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

background-color css

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

 a { background-color: rgb(119,93,39); }

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

border-color css

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

 span { border-color: rgb(119,93,39); }

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