#7C602B

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

Shades of Hot Curry #7C602B

Tints of Hot Curry #7C602B

Color information

#7C602B (or 0x7C602B) is unknown color: approx Hot Curry. HEX triplet: 7C, 60 and 2B. RGB value is (124,96,43). Sum of RGB (Red+Green+Blue) = 124+96+43=263 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.15% from 263); Green value is 96 (37.89% from 255 or 36.50% from 263); Blue value is 43 (17.19% from 255 or 16.35% from 263); Max value from RGB is 124 - color contains mainly: red. Hex color #7C602B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C602B is #839FD4. Grayscale: #626262. Windows color (decimal): -8626133 or 2842748. OLE color: 2842748.

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

Color convert

RGB1249643-
CMYK00.230.650.51
HSL39.26º48.5%32.75%-
HSV(B)39.26º65.32%48.63%-
XYZ12.9312.834.08-
YUV98.3396.78146.31-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 47.15%
GREEN value IS 96 (37.89% from 255) = 36.50%
BLUE value IS 43 (17.19% from 255) = 16.35%
R=47.15%
G=36.50%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.65
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124964300.230.650.5139.2648.532.75
Hex7C602B0174133273121
Octal1741405302710163476141
Binary111110011000001010110101111000001110011100111110001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C602B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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