#7F5D28

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

Shades of Hot Curry #7F5D28

Tints of Hot Curry #7F5D28

Color information

#7F5D28 (or 0x7F5D28) is unknown color: approx Hot Curry. HEX triplet: 7F, 5D and 28. RGB value is (127,93,40). Sum of RGB (Red+Green+Blue) = 127+93+40=260 (34% of max value = 765). Red value is 127 (50% from 255 or 48.85% from 260); Green value is 93 (36.72% from 255 or 35.77% from 260); Blue value is 40 (16.02% from 255 or 15.38% from 260); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5D28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5D28 is #80A2D7. Grayscale: #616161. Windows color (decimal): -8430296 or 2645375. OLE color: 2645375.

HSL color Cylindrical-coordinate representation of color #7F5D28: hue angle of 36.55º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7F5D28 is Cyan = 0, Magento = 0.27, Yellow = 0.69 and Black (K on CMYK) = 0.50.

Color convert

RGB1279340-
CMYK00.270.690.50
HSL36.55º52.1%32.75%-
HSV(B)36.55º68.5%49.8%-
XYZ13.0512.493.73-
YUV97.1295.76149.31-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 48.85%
GREEN value IS 93 (36.72% from 255) = 35.77%
BLUE value IS 40 (16.02% from 255) = 15.38%
R=48.85%
G=35.77%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.69
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127934000.270.690.5036.5552.132.75
Hex7F5D2801B4532253421
Octal1771355003310562456441
Binary111111110111011010000110111000101110010100101110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,93,40); }

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

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

 a { background-color: rgb(127,93,40); }

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

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

 span { border-color: rgb(127,93,40); }

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