#7F5D2F

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

Shades of Hot Curry #7F5D2F

Tints of Hot Curry #7F5D2F

Color information

#7F5D2F (or 0x7F5D2F) is unknown color: approx Hot Curry. HEX triplet: 7F, 5D and 2F. RGB value is (127,93,47). Sum of RGB (Red+Green+Blue) = 127+93+47=267 (35% of max value = 765). Red value is 127 (50% from 255 or 47.57% from 267); Green value is 93 (36.72% from 255 or 34.83% from 267); Blue value is 47 (18.75% from 255 or 17.60% from 267); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5D2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5D2F is #80A2D0. Grayscale: #626262. Windows color (decimal): -8430289 or 3104127. OLE color: 3104127.

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

Color convert

RGB1279347-
CMYK00.270.630.50
HSL34.5º45.98%34.12%-
HSV(B)34.5º62.99%49.8%-
XYZ13.1812.554.42-
YUV97.9299.26148.74-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 47.57%
GREEN value IS 93 (36.72% from 255) = 34.83%
BLUE value IS 47 (18.75% from 255) = 17.60%
R=47.57%
G=34.83%
B=17.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.63
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127934700.270.630.5034.545.9834.12
Hex7F5D2F01B3F32222e22
Octal177135570337762425642
Binary11111111011101101111011011111111110010100010101110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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