#7F6335

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

Shades of Hot Curry #7F6335

Tints of Hot Curry #7F6335

Color information

#7F6335 (or 0x7F6335) is unknown color: approx Hot Curry. HEX triplet: 7F, 63 and 35. RGB value is (127,99,53). Sum of RGB (Red+Green+Blue) = 127+99+53=279 (36% of max value = 765). Red value is 127 (50% from 255 or 45.52% from 279); Green value is 99 (39.06% from 255 or 35.48% from 279); Blue value is 53 (21.09% from 255 or 19.00% from 279); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6335 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F6335 is #809CCA. Grayscale: #666666. Windows color (decimal): -8428747 or 3498879. OLE color: 3498879.

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

Color convert

RGB1279953-
CMYK00.220.580.50
HSL37.3º41.11%35.29%-
HSV(B)37.3º58.27%49.8%-
XYZ13.8613.695.28-
YUV102.13100.28145.74-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 45.52%
GREEN value IS 99 (39.06% from 255) = 35.48%
BLUE value IS 53 (21.09% from 255) = 19.00%
R=45.52%
G=35.48%
B=19.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.58
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127995300.220.580.5037.341.1135.29
Hex7F63350163A32252923
Octal177143650267262455143
Binary11111111100011110101010110111010110010100101101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,99,53); }

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

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

 a { background-color: rgb(127,99,53); }

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

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

 span { border-color: rgb(127,99,53); }

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