#7F6234

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

Shades of Hot Curry #7F6234

Tints of Hot Curry #7F6234

Color information

#7F6234 (or 0x7F6234) is unknown color: approx Hot Curry. HEX triplet: 7F, 62 and 34. RGB value is (127,98,52). Sum of RGB (Red+Green+Blue) = 127+98+52=277 (36% of max value = 765). Red value is 127 (50% from 255 or 45.85% from 277); Green value is 98 (38.67% from 255 or 35.38% from 277); Blue value is 52 (20.70% from 255 or 18.77% from 277); Max value from RGB is 127 - color contains mainly: red. Hex color #7F6234 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F6234 is #809DCB. Grayscale: #656565. Windows color (decimal): -8429004 or 3433087. OLE color: 3433087.

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

Color convert

RGB1279852-
CMYK00.230.590.50
HSL36.8º41.9%35.1%-
HSV(B)36.8º59.06%49.8%-
XYZ13.7413.55.13-
YUV101.43100.11146.24-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 45.85%
GREEN value IS 98 (38.67% from 255) = 35.38%
BLUE value IS 52 (20.70% from 255) = 18.77%
R=45.85%
G=35.38%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.59
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127985200.230.590.5036.841.935.1
Hex7F62340173B32252a23
Octal177142640277362455243
Binary11111111100010110100010111111011110010100101101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F6234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,98,52); }

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

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

 a { background-color: rgb(127,98,52); }

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

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

 span { border-color: rgb(127,98,52); }

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