#7F5B31

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

Shades of Hot Curry #7F5B31

Tints of Hot Curry #7F5B31

Color information

#7F5B31 (or 0x7F5B31) is unknown color: approx Hot Curry. HEX triplet: 7F, 5B and 31. RGB value is (127,91,49). Sum of RGB (Red+Green+Blue) = 127+91+49=267 (35% of max value = 765). Red value is 127 (50% from 255 or 47.57% from 267); Green value is 91 (35.94% from 255 or 34.08% from 267); Blue value is 49 (19.53% from 255 or 18.35% from 267); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5B31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5B31 is #80A4CE. Grayscale: #616161. Windows color (decimal): -8430799 or 3234687. OLE color: 3234687.

HSL color Cylindrical-coordinate representation of color #7F5B31: hue angle of 32.31º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7F5B31 is Cyan = 0, Magento = 0.28, Yellow = 0.61 and Black (K on CMYK) = 0.50.

Color convert

RGB1279149-
CMYK00.280.610.50
HSL32.31º44.32%34.51%-
HSV(B)32.31º61.42%49.8%-
XYZ13.0512.224.58-
YUV96.98100.93149.42-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 47.57%
GREEN value IS 91 (35.94% from 255) = 34.08%
BLUE value IS 49 (19.53% from 255) = 18.35%
R=47.57%
G=34.08%
B=18.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.61
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127914900.280.610.5032.3144.3234.51
Hex7F5B3101C3D32202c23
Octal177133610347562405443
Binary11111111011011110001011100111101110010100000101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F5B31; }

 p { color: rgb(127,91,49); }

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

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

 a { background-color: rgb(127,91,49); }

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

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

 span { border-color: rgb(127,91,49); }

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