#7B602E

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

Shades of Hot Curry #7B602E

Tints of Hot Curry #7B602E

Color information

#7B602E (or 0x7B602E) is unknown color: approx Hot Curry. HEX triplet: 7B, 60 and 2E. RGB value is (123,96,46). Sum of RGB (Red+Green+Blue) = 123+96+46=265 (35% of max value = 765). Red value is 123 (48.44% from 255 or 46.42% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 46 (18.36% from 255 or 17.36% from 265); Max value from RGB is 123 - color contains mainly: red. Hex color #7B602E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7B602E is #849FD1. Grayscale: #626262. Windows color (decimal): -8691666 or 3039355. OLE color: 3039355.

HSL color Cylindrical-coordinate representation of color #7B602E: hue angle of 38.96º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7B602E is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.52.

Color convert

RGB1239646-
CMYK00.220.630.52
HSL38.96º45.56%33.14%-
HSV(B)38.96º62.6%48.24%-
XYZ12.8412.774.37-
YUV98.3798.45145.57-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 46.42%
GREEN value IS 96 (37.89% from 255) = 36.23%
BLUE value IS 46 (18.36% from 255) = 17.36%
R=46.42%
G=36.23%
B=17.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.63
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal123964600.220.630.5238.9645.5633.14
Hex7B602E0163F34272e21
Octal173140560267764475641
Binary11110111100000101110010110111111110100100111101110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B602E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,96,46); }

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

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

 a { background-color: rgb(123,96,46); }

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

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

 span { border-color: rgb(123,96,46); }

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