#951F17

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

Shades of Mandarian Orange #951F17

Tints of Mandarian Orange #951F17

Color information

#951F17 (or 0x951F17) is unknown color: approx Mandarian Orange. HEX triplet: 95, 1F and 17. RGB value is (149,31,23). Sum of RGB (Red+Green+Blue) = 149+31+23=203 (26% of max value = 765). Red value is 149 (58.59% from 255 or 73.40% from 203); Green value is 31 (12.5% from 255 or 15.27% from 203); Blue value is 23 (9.38% from 255 or 11.33% from 203); Max value from RGB is 149 - color contains mainly: red. Hex color #951F17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951F17 is #6AE0E8. Grayscale: #414141. Windows color (decimal): -7004393 or 1515413. OLE color: 1515413.

HSL color Cylindrical-coordinate representation of color #951F17: hue angle of 3.81º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #951F17 is Cyan = 0, Magento = 0.79, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB1493123-
CMYK00.790.850.42
HSL3.81º73.26%33.73%-
HSV(B)3.81º84.56%58.43%-
XYZ13.047.431.56-
YUV65.37104.09187.65-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 73.40%
GREEN value IS 31 (12.5% from 255) = 15.27%
BLUE value IS 23 (9.38% from 255) = 11.33%
R=73.40%
G=15.27%
B=11.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.85
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149312300.790.850.423.8173.2633.73
Hex951F1704F552A44922
Octal2253727011712552411142
Binary1001010111111101110100111110101011010101001001001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,31,23); }

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

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

 a { background-color: rgb(149,31,23); }

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

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

 span { border-color: rgb(149,31,23); }

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