Html Css Color HEX #952916 Mandarian Orange

📋 copy color: '#952916'

red 149 ◦ green 41 ◦ blue 22

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

Shades of Mandarian Orange #952916

Tints of Mandarian Orange #952916

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.34%

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

R = 70.28%
G = 19.34%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#952916 (or 0x952916) is known color: Mandarian Orange. HEX triplet: 95, 29 and 16. RGB value is (149,41,22). Sum of RGB (Red+Green+Blue) = 149+41+22=212 (28% of max value = 765). Red value is 149 (58.59% from 255 or 70.28% from 212); Green value is 41 (16.41% from 255 or 19.34% from 212); Blue value is 22 (8.98% from 255 or 10.38% from 212); Max value from RGB is 149 - color contains mainly: red. Hex color #952916 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952916 is #6AD6E9. Grayscale: #474747. Windows color (decimal): -7001834 or 1452437. OLE color: 1452437.

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

Color convert

RGB 149 41 22 -
CMYK 0 0.72 0.85 0.42
HSL 8.98º 0.74% 0.34% -
HSV(B) 8.98º 0.85% 0.58% -
XYZ 13.33 8.03 1.61 -
YUV 71.13 100.28 183.54 -
System Red Green Blue C M Y K H S L
Decimal 149 41 22 0 0.72 0.85 0.42 8.98 0.74 0.34
Hex 95 29 16 0 48 55 2A 9 4A 22
Octal 225 51 26 0 110 125 52 11 112 42
Binary 10010101 101001 10110 0 1001000 1010101 101010 1001 1001010 100010

Color Harmonies of #952916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952916

Black with #952916

Text Example


Text Example

White with #952916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952916; }

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

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

background-color css

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

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

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

border-color css

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

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

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