#7F541B

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

Shades of Hot Curry #7F541B

Tints of Hot Curry #7F541B

Color information

#7F541B (or 0x7F541B) is unknown color: approx Hot Curry. HEX triplet: 7F, 54 and 1B. RGB value is (127,84,27). Sum of RGB (Red+Green+Blue) = 127+84+27=238 (31% of max value = 765). Red value is 127 (50% from 255 or 53.36% from 238); Green value is 84 (33.20% from 255 or 35.29% from 238); Blue value is 27 (10.94% from 255 or 11.34% from 238); Max value from RGB is 127 - color contains mainly: red. Hex color #7F541B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F541B is #80ABE4. Grayscale: #5A5A5A. Windows color (decimal): -8432613 or 1791103. OLE color: 1791103.

HSL color Cylindrical-coordinate representation of color #7F541B: hue angle of 34.2º degrees, saturation: 0.65, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7F541B is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.50.

Color convert

RGB1278427-
CMYK00.340.790.50
HSL34.2º64.94%30.2%-
HSV(B)34.2º78.74%49.8%-
XYZ12.1210.932.51-
YUV90.3692.25154.13-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 53.36%
GREEN value IS 84 (33.20% from 255) = 35.29%
BLUE value IS 27 (10.94% from 255) = 11.34%
R=53.36%
G=35.29%
B=11.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.79
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127842700.340.790.5034.264.9430.2
Hex7F541B0224F3222411e
Octal17712433042117624210136
Binary111111110101001101101000101001111110010100010100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F541B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,84,27); }

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

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

 a { background-color: rgb(127,84,27); }

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

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

 span { border-color: rgb(127,84,27); }

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