#7F5323

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

Shades of Hot Curry #7F5323

Tints of Hot Curry #7F5323

Color information

#7F5323 (or 0x7F5323) is unknown color: approx Hot Curry. HEX triplet: 7F, 53 and 23. RGB value is (127,83,35). Sum of RGB (Red+Green+Blue) = 127+83+35=245 (32% of max value = 765). Red value is 127 (50% from 255 or 51.84% from 245); Green value is 83 (32.81% from 255 or 33.88% from 245); Blue value is 35 (14.06% from 255 or 14.29% from 245); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5323 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5323 is #80ACDC. Grayscale: #5A5A5A. Windows color (decimal): -8432861 or 2315135. OLE color: 2315135.

HSL color Cylindrical-coordinate representation of color #7F5323: hue angle of 31.3º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7F5323 is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.50.

Color convert

RGB1278335-
CMYK00.350.720.50
HSL31.3º56.79%31.76%-
HSV(B)31.3º72.44%49.8%-
XYZ12.1510.823.04-
YUV90.6896.58153.9-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 51.84%
GREEN value IS 83 (32.81% from 255) = 33.88%
BLUE value IS 35 (14.06% from 255) = 14.29%
R=51.84%
G=33.88%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.72
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127833500.350.720.5031.356.7931.76
Hex7F532302348321f3920
Octal1771234304311062377140
Binary111111110100111000110100011100100011001011111111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,83,35); }

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

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

 a { background-color: rgb(127,83,35); }

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

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

 span { border-color: rgb(127,83,35); }

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