#7C571E

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

Shades of Hot Curry #7C571E

Tints of Hot Curry #7C571E

Color information

#7C571E (or 0x7C571E) is unknown color: approx Hot Curry. HEX triplet: 7C, 57 and 1E. RGB value is (124,87,30). Sum of RGB (Red+Green+Blue) = 124+87+30=241 (31% of max value = 765). Red value is 124 (48.83% from 255 or 51.45% from 241); Green value is 87 (34.38% from 255 or 36.10% from 241); Blue value is 30 (12.11% from 255 or 12.45% from 241); Max value from RGB is 124 - color contains mainly: red. Hex color #7C571E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C571E is #83A8E1. Grayscale: #5B5B5B. Windows color (decimal): -8628450 or 1988476. OLE color: 1988476.

HSL color Cylindrical-coordinate representation of color #7C571E: hue angle of 36.38º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7C571E is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.51.

Color convert

RGB1248730-
CMYK00.300.760.51
HSL36.38º61.04%30.2%-
HSV(B)36.38º75.81%48.63%-
XYZ11.9511.22.76-
YUV91.5693.26151.13-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 51.45%
GREEN value IS 87 (34.38% from 255) = 36.10%
BLUE value IS 30 (12.11% from 255) = 12.45%
R=51.45%
G=36.10%
B=12.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.76
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124873000.300.760.5136.3861.0430.2
Hex7C571E01E4C33243d1e
Octal1741273603611463447536
Binary1111100101011111110011110100110011001110010011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C571E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,87,30); }

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

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

 a { background-color: rgb(124,87,30); }

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

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

 span { border-color: rgb(124,87,30); }

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