#7F5B30

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

Shades of Hot Curry #7F5B30

Tints of Hot Curry #7F5B30

Color information

#7F5B30 (or 0x7F5B30) is unknown color: approx Hot Curry. HEX triplet: 7F, 5B and 30. RGB value is (127,91,48). Sum of RGB (Red+Green+Blue) = 127+91+48=266 (35% of max value = 765). Red value is 127 (50% from 255 or 47.74% from 266); Green value is 91 (35.94% from 255 or 34.21% from 266); Blue value is 48 (19.14% from 255 or 18.05% from 266); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5B30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5B30 is #80A4CF. Grayscale: #616161. Windows color (decimal): -8430800 or 3169151. OLE color: 3169151.

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

Color convert

RGB1279148-
CMYK00.280.620.50
HSL32.66º45.14%34.31%-
HSV(B)32.66º62.2%49.8%-
XYZ13.0312.214.47-
YUV96.86100.43149.5-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 47.74%
GREEN value IS 91 (35.94% from 255) = 34.21%
BLUE value IS 48 (19.14% from 255) = 18.05%
R=47.74%
G=34.21%
B=18.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.62
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127914800.280.620.5032.6645.1434.31
Hex7F5B3001C3E32212d22
Octal177133600347662415542
Binary11111111011011110000011100111110110010100001101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5B30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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