#7F2422

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

Shades of Mandarian Orange #7F2422

Tints of Mandarian Orange #7F2422

Color information

#7F2422 (or 0x7F2422) is unknown color: approx Mandarian Orange. HEX triplet: 7F, 24 and 22. RGB value is (127,36,34). Sum of RGB (Red+Green+Blue) = 127+36+34=197 (26% of max value = 765). Red value is 127 (50% from 255 or 64.47% from 197); Green value is 36 (14.45% from 255 or 18.27% from 197); Blue value is 34 (13.67% from 255 or 17.26% from 197); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2422 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F2422 is #80DBDD. Grayscale: #3F3F3F. Windows color (decimal): -8444894 or 2237567. OLE color: 2237567.

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

Color convert

RGB1273634-
CMYK00.720.730.50
HSL1.29º57.76%31.57%-
HSV(B)1.29º73.23%49.8%-
XYZ9.675.892.14-
YUV62.98111.65173.66-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 64.47%
GREEN value IS 36 (14.45% from 255) = 18.27%
BLUE value IS 34 (13.67% from 255) = 17.26%
R=64.47%
G=18.27%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.73
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127363400.720.730.501.2957.7631.57
Hex7F2422048493213a20
Octal177444201101116217240
Binary11111111001001000100100100010010011100101111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,36,34); }

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

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

 a { background-color: rgb(127,36,34); }

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

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

 span { border-color: rgb(127,36,34); }

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