Html Css Color HEX #952516 Mandarian Orange

📋 copy color: '#952516'

red 149 ◦ green 37 ◦ blue 22

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

Shades of Mandarian Orange #952516

Tints of Mandarian Orange #952516

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.79%

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

R = 71.63%
G = 17.79%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#952516 (or 0x952516) is known color: Mandarian Orange. HEX triplet: 95, 25 and 16. RGB value is (149,37,22). Sum of RGB (Red+Green+Blue) = 149+37+22=208 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.63% from 208); Green value is 37 (14.84% from 255 or 17.79% from 208); Blue value is 22 (8.98% from 255 or 10.58% from 208); Max value from RGB is 149 - color contains mainly: red. Hex color #952516 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952516 is #6ADAE9. Grayscale: #444444. Windows color (decimal): -7002858 or 1451413. OLE color: 1451413.

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

Color convert

RGB 149 37 22 -
CMYK 0 0.75 0.85 0.42
HSL 7.09º 0.74% 0.34% -
HSV(B) 7.09º 0.85% 0.58% -
XYZ 13.2 7.77 1.56 -
YUV 68.78 101.61 185.22 -
System Red Green Blue C M Y K H S L
Decimal 149 37 22 0 0.75 0.85 0.42 7.09 0.74 0.34
Hex 95 25 16 0 4B 55 2A 7 4A 22
Octal 225 45 26 0 113 125 52 7 112 42
Binary 10010101 100101 10110 0 1001011 1010101 101010 111 1001010 100010

Color Harmonies of #952516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952516

Black with #952516

Text Example


Text Example

White with #952516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952516; }

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

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

background-color css

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

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

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

border-color css

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

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

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