Html Css Color HEX #952310 Mandarian Orange

📋 copy color: '#952310'

red 149 ◦ green 35 ◦ blue 16

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

Shades of Mandarian Orange #952310

Tints of Mandarian Orange #952310

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.5%

 BLUE value IS 16 (6.64% from 255) = 8%

R = 74.5%
G = 17.5%
B = 8%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#952310 (or 0x952310) is known color: Mandarian Orange. HEX triplet: 95, 23 and 10. RGB value is (149,35,16). Sum of RGB (Red+Green+Blue) = 149+35+16=200 (26% of max value = 765). Red value is 149 (58.59% from 255 or 74.5% from 200); Green value is 35 (14.06% from 255 or 17.5% from 200); Blue value is 16 (6.64% from 255 or 8% from 200); Max value from RGB is 149 - color contains mainly: red. Hex color #952310 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952310 is #6ADCEF. Grayscale: #434343. Windows color (decimal): -7003376 or 1057685. OLE color: 1057685.

HSL color Cylindrical-coordinate representation of color #952310: hue angle of 8.57º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #952310 is Cyan = 0, Magento = 0.77, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 35 16 -
CMYK 0 0.77 0.89 0.42
HSL 8.57º 0.81% 0.32% -
HSV(B) 8.57º 0.89% 0.58% -
XYZ 13.09 7.63 1.27 -
YUV 66.92 99.27 186.54 -
System Red Green Blue C M Y K H S L
Decimal 149 35 16 0 0.77 0.89 0.42 8.57 0.81 0.32
Hex 95 23 10 0 4D 59 2A 9 51 20
Octal 225 43 20 0 115 131 52 11 121 40
Binary 10010101 100011 10000 0 1001101 1011001 101010 1001 1010001 100000

Color Harmonies of #952310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952310

Black with #952310

Text Example


Text Example

White with #952310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952310; }

 p { color: rgb(149,35,16); }

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

background-color css

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

 a { background-color: rgb(149,35,16); }

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

border-color css

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

 span { border-color: rgb(149,35,16); }

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