Html Css Color HEX #952216 Mandarian Orange

📋 copy color: '#952216'

red 149 ◦ green 34 ◦ blue 22

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

Shades of Mandarian Orange #952216

Tints of Mandarian Orange #952216

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.73%

R = 72.68%
G = 16.59%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#952216 (or 0x952216) is known color: Mandarian Orange. HEX triplet: 95, 22 and 16. RGB value is (149,34,22). Sum of RGB (Red+Green+Blue) = 149+34+22=205 (27% of max value = 765). Red value is 149 (58.59% from 255 or 72.68% from 205); Green value is 34 (13.67% from 255 or 16.59% from 205); Blue value is 22 (8.98% from 255 or 10.73% from 205); Max value from RGB is 149 - color contains mainly: red. Hex color #952216 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952216 is #6ADDE9. Grayscale: #434343. Windows color (decimal): -7003626 or 1450645. OLE color: 1450645.

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

Color convert

RGB 149 34 22 -
CMYK 0 0.77 0.85 0.42
HSL 5.67º 0.74% 0.34% -
HSV(B) 5.67º 0.85% 0.58% -
XYZ 13.11 7.59 1.53 -
YUV 67.02 102.6 186.48 -
System Red Green Blue C M Y K H S L
Decimal 149 34 22 0 0.77 0.85 0.42 5.67 0.74 0.34
Hex 95 22 16 0 4D 55 2A 6 4A 22
Octal 225 42 26 0 115 125 52 6 112 42
Binary 10010101 100010 10110 0 1001101 1010101 101010 110 1001010 100010

Color Harmonies of #952216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952216

Black with #952216

Text Example


Text Example

White with #952216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952216; }

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

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

background-color css

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

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

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

border-color css

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

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

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