Html Css Color HEX #952117 Mandarian Orange

📋 copy color: '#952117'

red 149 ◦ green 33 ◦ blue 23

#952117
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandarian Orange #952117

Tints of Mandarian Orange #952117

RGB

 RED value IS 149 (58.59% from 255) = 72.68%

 GREEN value IS 33 (13.28% from 255) = 16.1%

 BLUE value IS 23 (9.38% from 255) = 11.22%

R = 72.68%
G = 16.1%
B = 11.22%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#952117 (or 0x952117) is known color: Mandarian Orange. HEX triplet: 95, 21 and 17. RGB value is (149,33,23). Sum of RGB (Red+Green+Blue) = 149+33+23=205 (27% of max value = 765). Red value is 149 (58.59% from 255 or 72.68% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 23 (9.38% from 255 or 11.22% from 205); Max value from RGB is 149 - color contains mainly: red. Hex color #952117 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952117 is #6ADEE8. Grayscale: #424242. Windows color (decimal): -7003881 or 1515925. OLE color: 1515925.

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

Color convert

RGB 149 33 23 -
CMYK 0 0.78 0.85 0.42
HSL 4.76º 0.73% 0.34% -
HSV(B) 4.76º 0.85% 0.58% -
XYZ 13.09 7.54 1.58 -
YUV 66.54 103.43 186.81 -
System Red Green Blue C M Y K H S L
Decimal 149 33 23 0 0.78 0.85 0.42 4.76 0.73 0.34
Hex 95 21 17 0 4E 55 2A 5 49 22
Octal 225 41 27 0 116 125 52 5 111 42
Binary 10010101 100001 10111 0 1001110 1010101 101010 101 1001001 100010

Color Harmonies of #952117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952117

Black with #952117

Text Example


Text Example

White with #952117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952117; }

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

 H1.HeaderClassName
 {
   color: #952117;
 }
 .AnyTagClassName
 {
   color: #952117;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #952117;
 }
 .BgClassName
 {
   background-color: #952117;
 }
</style>

border-color css

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

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

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