#7E612C

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

Shades of Hot Curry #7E612C

Tints of Hot Curry #7E612C

Color information

#7E612C (or 0x7E612C) is unknown color: approx Hot Curry. HEX triplet: 7E, 61 and 2C. RGB value is (126,97,44). Sum of RGB (Red+Green+Blue) = 126+97+44=267 (35% of max value = 765). Red value is 126 (49.61% from 255 or 47.19% from 267); Green value is 97 (38.28% from 255 or 36.33% from 267); Blue value is 44 (17.58% from 255 or 16.48% from 267); Max value from RGB is 126 - color contains mainly: red. Hex color #7E612C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E612C is #819ED3. Grayscale: #636363. Windows color (decimal): -8494804 or 2908542. OLE color: 2908542.

HSL color Cylindrical-coordinate representation of color #7E612C: hue angle of 38.78º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7E612C is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.51.

Color convert

RGB1269744-
CMYK00.230.650.51
HSL38.78º48.24%33.33%-
HSV(B)38.78º65.08%49.41%-
XYZ13.3313.174.22-
YUV99.6396.61146.81-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 47.19%
GREEN value IS 97 (38.28% from 255) = 36.33%
BLUE value IS 44 (17.58% from 255) = 16.48%
R=47.19%
G=36.33%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.65
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126974400.230.650.5138.7848.2433.33
Hex7E612C0174133273021
Octal1761415402710163476041
Binary111111011000011011000101111000001110011100111110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E612C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,97,44); }

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

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

 a { background-color: rgb(126,97,44); }

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

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

 span { border-color: rgb(126,97,44); }

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