#7C541B

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

Shades of Hot Curry #7C541B

Tints of Hot Curry #7C541B

Color information

#7C541B (or 0x7C541B) is unknown color: approx Hot Curry. HEX triplet: 7C, 54 and 1B. RGB value is (124,84,27). Sum of RGB (Red+Green+Blue) = 124+84+27=235 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.77% from 235); Green value is 84 (33.20% from 255 or 35.74% from 235); Blue value is 27 (10.94% from 255 or 11.49% from 235); Max value from RGB is 124 - color contains mainly: red. Hex color #7C541B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C541B is #83ABE4. Grayscale: #595959. Windows color (decimal): -8629221 or 1791100. OLE color: 1791100.

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

Color convert

RGB1248427-
CMYK00.320.780.51
HSL35.26º64.24%29.61%-
HSV(B)35.26º78.23%48.63%-
XYZ11.6810.72.49-
YUV89.4692.75152.63-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 52.77%
GREEN value IS 84 (33.20% from 255) = 35.74%
BLUE value IS 27 (10.94% from 255) = 11.49%
R=52.77%
G=35.74%
B=11.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.78
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124842700.320.780.5135.2664.2429.61
Hex7C541B0204E3323401e
Octal17412433040116634310036
Binary111110010101001101101000001001110110011100011100000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C541B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,84,27); }

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

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

 a { background-color: rgb(124,84,27); }

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

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

 span { border-color: rgb(124,84,27); }

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