#7D612C

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

Shades of Hot Curry #7D612C

Tints of Hot Curry #7D612C

Color information

#7D612C (or 0x7D612C) is unknown color: approx Hot Curry. HEX triplet: 7D, 61 and 2C. RGB value is (125,97,44). Sum of RGB (Red+Green+Blue) = 125+97+44=266 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.99% from 266); Green value is 97 (38.28% from 255 or 36.47% from 266); Blue value is 44 (17.58% from 255 or 16.54% from 266); Max value from RGB is 125 - color contains mainly: red. Hex color #7D612C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D612C is #829ED3. Grayscale: #636363. Windows color (decimal): -8560340 or 2908541. OLE color: 2908541.

HSL color Cylindrical-coordinate representation of color #7D612C: hue angle of 39.26º 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 #7D612C is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.51.

Color convert

RGB1259744-
CMYK00.220.650.51
HSL39.26º47.93%33.14%-
HSV(B)39.26º64.8%49.02%-
XYZ13.1913.094.21-
YUV99.3396.78146.31-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 46.99%
GREEN value IS 97 (38.28% from 255) = 36.47%
BLUE value IS 44 (17.58% from 255) = 16.54%
R=46.99%
G=36.47%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.65
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125974400.220.650.5139.2647.9333.14
Hex7D612C0164133273021
Octal1751415402610163476041
Binary111110111000011011000101101000001110011100111110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D612C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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