#7F5C30

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

Shades of Hot Curry #7F5C30

Tints of Hot Curry #7F5C30

Color information

#7F5C30 (or 0x7F5C30) is unknown color: approx Hot Curry. HEX triplet: 7F, 5C and 30. RGB value is (127,92,48). Sum of RGB (Red+Green+Blue) = 127+92+48=267 (35% of max value = 765). Red value is 127 (50% from 255 or 47.57% from 267); Green value is 92 (36.33% from 255 or 34.46% from 267); Blue value is 48 (19.14% from 255 or 17.98% from 267); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5C30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5C30 is #80A3CF. Grayscale: #616161. Windows color (decimal): -8430544 or 3169407. OLE color: 3169407.

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

Color convert

RGB1279248-
CMYK00.280.620.50
HSL33.42º45.14%34.31%-
HSV(B)33.42º62.2%49.8%-
XYZ13.1112.384.49-
YUV97.45100.1149.08-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 47.57%
GREEN value IS 92 (36.33% from 255) = 34.46%
BLUE value IS 48 (19.14% from 255) = 17.98%
R=47.57%
G=34.46%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.62
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127924800.280.620.5033.4245.1434.31
Hex7F5C3001C3E32212d22
Octal177134600347662415542
Binary11111111011100110000011100111110110010100001101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,92,48); }

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

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

 a { background-color: rgb(127,92,48); }

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

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

 span { border-color: rgb(127,92,48); }

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