#7F6023

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

Shades of Hot Curry #7F6023

Tints of Hot Curry #7F6023

Color information

#7F6023 (or 0x7F6023) is unknown color: approx Hot Curry. HEX triplet: 7F, 60 and 23. RGB value is (127,96,35). Sum of RGB (Red+Green+Blue) = 127+96+35=258 (34% of max value = 765). Red value is 127 (50% from 255 or 49.22% from 258); Green value is 96 (37.89% from 255 or 37.21% from 258); Blue value is 35 (14.06% from 255 or 13.57% from 258); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6023 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F6023 is #809FDC. Grayscale: #626262. Windows color (decimal): -8429533 or 2318463. OLE color: 2318463.

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

Color convert

RGB1279635-
CMYK00.240.720.50
HSL39.78º56.79%31.76%-
HSV(B)39.78º72.44%49.8%-
XYZ13.24133.4-
YUV98.3192.27148.46-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 49.22%
GREEN value IS 96 (37.89% from 255) = 37.21%
BLUE value IS 35 (14.06% from 255) = 13.57%
R=49.22%
G=37.21%
B=13.57%

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
Decimal127963500.240.720.5039.7856.7931.76
Hex7F60230184832283920
Octal1771404303011062507140
Binary111111111000001000110110001001000110010101000111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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