#775127

Color #775127 Hot Curry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Curry #775127

Tints of Hot Curry #775127

Color information

#775127 (or 0x775127) is unknown color: approx Hot Curry. HEX triplet: 77, 51 and 27. RGB value is (119,81,39). Sum of RGB (Red+Green+Blue) = 119+81+39=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 81 (32.03% from 255 or 33.89% from 239); Blue value is 39 (15.62% from 255 or 16.32% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #775127 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775127 is #88AED8. Grayscale: #575757. Windows color (decimal): -8957657 or 2576759. OLE color: 2576759.

HSL color Cylindrical-coordinate representation of color #775127: hue angle of 31.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 #775127 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB1198139-
CMYK00.320.670.53
HSL31.5º50.63%30.98%-
HSV(B)31.5º67.23%46.67%-
XYZ10.929.953.27-
YUV87.57100.59150.42-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.79%
GREEN value IS 81 (32.03% from 255) = 33.89%
BLUE value IS 39 (15.62% from 255) = 16.32%
R=49.79%
G=33.89%
B=16.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119813900.320.670.5331.550.6330.98
Hex775127020433520331f
Octal1671214704010365406337
Binary111011110100011001110100000100001111010110000011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775127; }

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

 H1.HeaderClassName
 {
   color: #775127;
 }
 .AnyTagClassName
 {
   color: #775127;
 }
</style>
background-color css

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

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

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

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

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

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