Html Css Color HEX #952110 Mandarian Orange

📋 copy color: '#952110'

red 149 ◦ green 33 ◦ blue 16

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

Shades of Mandarian Orange #952110

Tints of Mandarian Orange #952110

RGB

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

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

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

R = 75.25%
G = 16.67%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#952110 (or 0x952110) is known color: Mandarian Orange. HEX triplet: 95, 21 and 10. RGB value is (149,33,16). Sum of RGB (Red+Green+Blue) = 149+33+16=198 (26% of max value = 765). Red value is 149 (58.59% from 255 or 75.25% from 198); Green value is 33 (13.28% from 255 or 16.67% from 198); Blue value is 16 (6.64% from 255 or 8.08% from 198); Max value from RGB is 149 - color contains mainly: red. Hex color #952110 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952110 is #6ADEEF. Grayscale: #414141. Windows color (decimal): -7003888 or 1057173. OLE color: 1057173.

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

Color convert

RGB 149 33 16 -
CMYK 0 0.78 0.89 0.42
HSL 7.67º 0.81% 0.32% -
HSV(B) 7.67º 0.89% 0.58% -
XYZ 13.03 7.51 1.25 -
YUV 65.75 99.93 187.38 -
System Red Green Blue C M Y K H S L
Decimal 149 33 16 0 0.78 0.89 0.42 7.67 0.81 0.32
Hex 95 21 10 0 4E 59 2A 8 51 20
Octal 225 41 20 0 116 131 52 10 121 40
Binary 10010101 100001 10000 0 1001110 1011001 101010 1000 1010001 100000

Color Harmonies of #952110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952110

Black with #952110

Text Example


Text Example

White with #952110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952110; }

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

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

background-color css

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

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

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

border-color css

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

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

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