#7F5D30

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

Shades of Hot Curry #7F5D30

Tints of Hot Curry #7F5D30

Color information

#7F5D30 (or 0x7F5D30) is unknown color: approx Hot Curry. HEX triplet: 7F, 5D and 30. RGB value is (127,93,48). Sum of RGB (Red+Green+Blue) = 127+93+48=268 (35% of max value = 765). Red value is 127 (50% from 255 or 47.39% from 268); Green value is 93 (36.72% from 255 or 34.70% from 268); Blue value is 48 (19.14% from 255 or 17.91% from 268); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5D30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5D30 is #80A2CF. Grayscale: #626262. Windows color (decimal): -8430288 or 3169663. OLE color: 3169663.

HSL color Cylindrical-coordinate representation of color #7F5D30: hue angle of 34.18º 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 #7F5D30 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB1279348-
CMYK00.270.620.50
HSL34.18º45.14%34.31%-
HSV(B)34.18º62.2%49.8%-
XYZ13.212.554.52-
YUV98.0499.76148.66-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 47.39%
GREEN value IS 93 (36.72% from 255) = 34.70%
BLUE value IS 48 (19.14% from 255) = 17.91%
R=47.39%
G=34.70%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.62
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127934800.270.620.5034.1845.1434.31
Hex7F5D3001B3E32222d22
Octal177135600337662425542
Binary11111111011101110000011011111110110010100010101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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