#951E12

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

Shades of Mandarian Orange #951E12

Tints of Mandarian Orange #951E12

Color information

#951E12 (or 0x951E12) is unknown color: approx Mandarian Orange. HEX triplet: 95, 1E and 12. RGB value is (149,30,18). Sum of RGB (Red+Green+Blue) = 149+30+18=197 (26% of max value = 765). Red value is 149 (58.59% from 255 or 75.63% from 197); Green value is 30 (12.11% from 255 or 15.23% from 197); Blue value is 18 (7.42% from 255 or 9.14% from 197); Max value from RGB is 149 - color contains mainly: red. Hex color #951E12 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951E12 is #6AE1ED. Grayscale: #404040. Windows color (decimal): -7004654 or 1187477. OLE color: 1187477.

HSL color Cylindrical-coordinate representation of color #951E12: hue angle of 5.5º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #951E12 is Cyan = 0, Magento = 0.80, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB1493018-
CMYK00.800.880.42
HSL5.5º78.44%32.75%-
HSV(B)5.5º87.92%58.43%-
XYZ12.977.361.31-
YUV64.21101.92188.48-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 75.63%
GREEN value IS 30 (12.11% from 255) = 15.23%
BLUE value IS 18 (7.42% from 255) = 9.14%
R=75.63%
G=15.23%
B=9.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.88
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149301800.800.880.425.578.4432.75
Hex951E12050582A54e21
Octal2253622012013052511641
Binary1001010111110100100101000010110001010101011001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951E12; }

 p { color: rgb(149,30,18); }

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

<style>
 a { background-color: #951E12; }

 a { background-color: rgb(149,30,18); }

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

<style>
 span { border-color: #951E12; }

 span { border-color: rgb(149,30,18); }

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