#7C541E

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

Shades of Hot Curry #7C541E

Tints of Hot Curry #7C541E

Color information

#7C541E (or 0x7C541E) is unknown color: approx Hot Curry. HEX triplet: 7C, 54 and 1E. RGB value is (124,84,30). Sum of RGB (Red+Green+Blue) = 124+84+30=238 (31% of max value = 765). Red value is 124 (48.83% from 255 or 52.10% from 238); Green value is 84 (33.20% from 255 or 35.29% from 238); Blue value is 30 (12.11% from 255 or 12.61% from 238); Max value from RGB is 124 - color contains mainly: red. Hex color #7C541E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C541E is #83ABE1. Grayscale: #5A5A5A. Windows color (decimal): -8629218 or 1987708. OLE color: 1987708.

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

Color convert

RGB1248430-
CMYK00.320.760.51
HSL34.47º61.04%30.2%-
HSV(B)34.47º75.81%48.63%-
XYZ11.7210.722.68-
YUV89.894.25152.39-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 52.10%
GREEN value IS 84 (33.20% from 255) = 35.29%
BLUE value IS 30 (12.11% from 255) = 12.61%
R=52.10%
G=35.29%
B=12.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.76
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124843000.320.760.5134.4761.0430.2
Hex7C541E0204C33223d1e
Octal1741243604011463427536
Binary11111001010100111100100000100110011001110001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C541E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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