#7C6023

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

Shades of Hot Curry #7C6023

Tints of Hot Curry #7C6023

Color information

#7C6023 (or 0x7C6023) is unknown color: approx Hot Curry. HEX triplet: 7C, 60 and 23. RGB value is (124,96,35). Sum of RGB (Red+Green+Blue) = 124+96+35=255 (33% of max value = 765). Red value is 124 (48.83% from 255 or 48.63% from 255); Green value is 96 (37.89% from 255 or 37.65% from 255); Blue value is 35 (14.06% from 255 or 13.73% from 255); Max value from RGB is 124 - color contains mainly: red. Hex color #7C6023 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C6023 is #839FDC. Grayscale: #616161. Windows color (decimal): -8626141 or 2318460. OLE color: 2318460.

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

Color convert

RGB1249635-
CMYK00.230.720.51
HSL41.12º55.97%31.18%-
HSV(B)41.12º71.77%48.63%-
XYZ12.812.773.38-
YUV97.4292.78146.96-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 48.63%
GREEN value IS 96 (37.89% from 255) = 37.65%
BLUE value IS 35 (14.06% from 255) = 13.73%
R=48.63%
G=37.65%
B=13.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.72
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124963500.230.720.5141.1255.9731.18
Hex7C6023017483329381f
Octal1741404302711063517037
Binary11111001100000100011010111100100011001110100111100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C6023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,96,35); }

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

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

 a { background-color: rgb(124,96,35); }

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

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

 span { border-color: rgb(124,96,35); }

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