#7F5722

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

Shades of Hot Curry #7F5722

Tints of Hot Curry #7F5722

Color information

#7F5722 (or 0x7F5722) is unknown color: approx Hot Curry. HEX triplet: 7F, 57 and 22. RGB value is (127,87,34). Sum of RGB (Red+Green+Blue) = 127+87+34=248 (32% of max value = 765). Red value is 127 (50% from 255 or 51.21% from 248); Green value is 87 (34.38% from 255 or 35.08% from 248); Blue value is 34 (13.67% from 255 or 13.71% from 248); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5722 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5722 is #80A8DD. Grayscale: #5D5D5D. Windows color (decimal): -8431838 or 2250623. OLE color: 2250623.

HSL color Cylindrical-coordinate representation of color #7F5722: hue angle of 34.19º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7F5722 is Cyan = 0, Magento = 0.31, Yellow = 0.73 and Black (K on CMYK) = 0.50.

Color convert

RGB1278734-
CMYK00.310.730.50
HSL34.19º57.76%31.57%-
HSV(B)34.19º73.23%49.8%-
XYZ12.4511.443.07-
YUV92.9294.75152.31-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 51.21%
GREEN value IS 87 (34.38% from 255) = 35.08%
BLUE value IS 34 (13.67% from 255) = 13.71%
R=51.21%
G=35.08%
B=13.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.73
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127873400.310.730.5034.1957.7631.57
Hex7F572201F4932223a20
Octal1771274203711162427240
Binary111111110101111000100111111001001110010100010111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,87,34); }

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

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

 a { background-color: rgb(127,87,34); }

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

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

 span { border-color: rgb(127,87,34); }

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