#7F531A

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

Shades of Hot Curry #7F531A

Tints of Hot Curry #7F531A

Color information

#7F531A (or 0x7F531A) is unknown color: approx Hot Curry. HEX triplet: 7F, 53 and 1A. RGB value is (127,83,26). Sum of RGB (Red+Green+Blue) = 127+83+26=236 (31% of max value = 765). Red value is 127 (50% from 255 or 53.81% from 236); Green value is 83 (32.81% from 255 or 35.17% from 236); Blue value is 26 (10.55% from 255 or 11.02% from 236); Max value from RGB is 127 - color contains mainly: red. Hex color #7F531A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F531A is #80ACE5. Grayscale: #595959. Windows color (decimal): -8432870 or 1725311. OLE color: 1725311.

HSL color Cylindrical-coordinate representation of color #7F531A: hue angle of 33.86º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7F531A is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.50.

Color convert

RGB1278326-
CMYK00.350.800.50
HSL33.86º66.01%30%-
HSV(B)33.86º79.53%49.8%-
XYZ12.0310.772.42-
YUV89.6692.08154.63-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 53.81%
GREEN value IS 83 (32.81% from 255) = 35.17%
BLUE value IS 26 (10.55% from 255) = 11.02%
R=53.81%
G=35.17%
B=11.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.80
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127832600.350.800.5033.8666.0130
Hex7F531A023503222421e
Octal17712332043120624210236
Binary111111110100111101001000111010000110010100010100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F531A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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