Html Css Color HEX #952410 Mandarian Orange

📋 copy color: '#952410'

red 149 ◦ green 36 ◦ blue 16

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

Shades of Mandarian Orange #952410

Tints of Mandarian Orange #952410

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.91%

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

R = 74.13%
G = 17.91%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#952410 (or 0x952410) is known color: Mandarian Orange. HEX triplet: 95, 24 and 10. RGB value is (149,36,16). Sum of RGB (Red+Green+Blue) = 149+36+16=201 (26% of max value = 765). Red value is 149 (58.59% from 255 or 74.13% from 201); Green value is 36 (14.45% from 255 or 17.91% from 201); Blue value is 16 (6.64% from 255 or 7.96% from 201); Max value from RGB is 149 - color contains mainly: red. Hex color #952410 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952410 is #6ADBEF. Grayscale: #434343. Windows color (decimal): -7003120 or 1057941. OLE color: 1057941.

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

Color convert

RGB 149 36 16 -
CMYK 0 0.76 0.89 0.42
HSL 9.02º 0.81% 0.32% -
HSV(B) 9.02º 0.89% 0.58% -
XYZ 13.12 7.69 1.28 -
YUV 67.51 98.94 186.13 -
System Red Green Blue C M Y K H S L
Decimal 149 36 16 0 0.76 0.89 0.42 9.02 0.81 0.32
Hex 95 24 10 0 4C 59 2A 9 51 20
Octal 225 44 20 0 114 131 52 11 121 40
Binary 10010101 100100 10000 0 1001100 1011001 101010 1001 1010001 100000

Color Harmonies of #952410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952410

Black with #952410

Text Example


Text Example

White with #952410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952410; }

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

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

background-color css

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

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

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

border-color css

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

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

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