#7F6123

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

Shades of Hot Curry #7F6123

Tints of Hot Curry #7F6123

Color information

#7F6123 (or 0x7F6123) is unknown color: approx Hot Curry. HEX triplet: 7F, 61 and 23. RGB value is (127,97,35). Sum of RGB (Red+Green+Blue) = 127+97+35=259 (34% of max value = 765). Red value is 127 (50% from 255 or 49.03% from 259); Green value is 97 (38.28% from 255 or 37.45% from 259); Blue value is 35 (14.06% from 255 or 13.51% from 259); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6123 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F6123 is #809EDC. Grayscale: #636363. Windows color (decimal): -8429277 or 2318719. OLE color: 2318719.

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

Color convert

RGB1279735-
CMYK00.240.720.50
HSL40.43º56.79%31.76%-
HSV(B)40.43º72.44%49.8%-
XYZ13.3313.183.43-
YUV98.991.94148.04-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 49.03%
GREEN value IS 97 (38.28% from 255) = 37.45%
BLUE value IS 35 (14.06% from 255) = 13.51%
R=49.03%
G=37.45%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.72
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127973500.240.720.5040.4356.7931.76
Hex7F61230184832283920
Octal1771414303011062507140
Binary111111111000011000110110001001000110010101000111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,97,35); }

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

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

 a { background-color: rgb(127,97,35); }

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

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

 span { border-color: rgb(127,97,35); }

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