#7F4A30

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

Shades of Korma #7F4A30

Tints of Korma #7F4A30

Color information

#7F4A30 (or 0x7F4A30) is unknown color: approx Korma. HEX triplet: 7F, 4A and 30. RGB value is (127,74,48). Sum of RGB (Red+Green+Blue) = 127+74+48=249 (32% of max value = 765). Red value is 127 (50% from 255 or 51.00% from 249); Green value is 74 (29.30% from 255 or 29.72% from 249); Blue value is 48 (19.14% from 255 or 19.28% from 249); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4A30 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F4A30 is #80B5CF. Grayscale: #575757. Windows color (decimal): -8435152 or 3164799. OLE color: 3164799.

HSL color Cylindrical-coordinate representation of color #7F4A30: hue angle of 19.75º 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 #7F4A30 is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.50.

Color convert

RGB1277448-
CMYK00.420.620.50
HSL19.75º45.14%34.31%-
HSV(B)19.75º62.2%49.8%-
XYZ11.739.624.04-
YUV86.88106.06156.61-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 51.00%
GREEN value IS 74 (29.30% from 255) = 29.72%
BLUE value IS 48 (19.14% from 255) = 19.28%
R=51.00%
G=29.72%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.62
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127744800.420.620.5019.7545.1434.31
Hex7F4A3002A3E32142d22
Octal177112600527662245542
Binary11111111001010110000010101011111011001010100101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4A30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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