Html Css Color HEX #952211 Mandarian Orange

📋 copy color: '#952211'

red 149 ◦ green 34 ◦ blue 17

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

Shades of Mandarian Orange #952211

Tints of Mandarian Orange #952211

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17%

 BLUE value IS 17 (7.03% from 255) = 8.5%

R = 74.5%
G = 17%
B = 8.5%

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

#952211 (or 0x952211) is known color: Mandarian Orange. HEX triplet: 95, 22 and 11. RGB value is (149,34,17). Sum of RGB (Red+Green+Blue) = 149+34+17=200 (26% of max value = 765). Red value is 149 (58.59% from 255 or 74.5% from 200); Green value is 34 (13.67% from 255 or 17% from 200); Blue value is 17 (7.03% from 255 or 8.5% from 200); Max value from RGB is 149 - color contains mainly: red. Hex color #952211 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952211 is #6ADDEE. Grayscale: #424242. Windows color (decimal): -7003631 or 1122965. OLE color: 1122965.

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

Color convert

RGB 149 34 17 -
CMYK 0 0.77 0.89 0.42
HSL 7.73º 0.8% 0.33% -
HSV(B) 7.73º 0.89% 0.58% -
XYZ 13.07 7.57 1.3 -
YUV 66.45 100.1 186.88 -
System Red Green Blue C M Y K H S L
Decimal 149 34 17 0 0.77 0.89 0.42 7.73 0.8 0.33
Hex 95 22 11 0 4D 59 2A 8 50 21
Octal 225 42 21 0 115 131 52 10 120 41
Binary 10010101 100010 10001 0 1001101 1011001 101010 1000 1010000 100001

Color Harmonies of #952211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952211

Black with #952211

Text Example


Text Example

White with #952211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952211; }

 p { color: rgb(149,34,17); }

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

background-color css

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

 a { background-color: rgb(149,34,17); }

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

border-color css

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

 span { border-color: rgb(149,34,17); }

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