#7F602D

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

Shades of Hot Curry #7F602D

Tints of Hot Curry #7F602D

Color information

#7F602D (or 0x7F602D) is unknown color: approx Hot Curry. HEX triplet: 7F, 60 and 2D. RGB value is (127,96,45). Sum of RGB (Red+Green+Blue) = 127+96+45=268 (35% of max value = 765). Red value is 127 (50% from 255 or 47.39% from 268); Green value is 96 (37.89% from 255 or 35.82% from 268); Blue value is 45 (17.97% from 255 or 16.79% from 268); Max value from RGB is 127 - color contains mainly: red. Hex color #7F602D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F602D is #809FD2. Grayscale: #636363. Windows color (decimal): -8429523 or 2973823. OLE color: 2973823.

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

Color convert

RGB1279645-
CMYK00.240.650.50
HSL37.32º47.67%33.73%-
HSV(B)37.32º64.57%49.8%-
XYZ13.4113.074.3-
YUV99.4597.27147.65-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 47.39%
GREEN value IS 96 (37.89% from 255) = 35.82%
BLUE value IS 45 (17.97% from 255) = 16.79%
R=47.39%
G=35.82%
B=16.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.65
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127964500.240.650.5037.3247.6733.73
Hex7F602D0184132253022
Octal1771405503010162456042
Binary111111111000001011010110001000001110010100101110000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F602D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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