Html Css Color HEX #952616 Mandarian Orange

📋 copy color: '#952616'

red 149 ◦ green 38 ◦ blue 22

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

Shades of Mandarian Orange #952616

Tints of Mandarian Orange #952616

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.18%

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

R = 71.29%
G = 18.18%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#952616 (or 0x952616) is known color: Mandarian Orange. HEX triplet: 95, 26 and 16. RGB value is (149,38,22). Sum of RGB (Red+Green+Blue) = 149+38+22=209 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.29% from 209); Green value is 38 (15.23% from 255 or 18.18% from 209); Blue value is 22 (8.98% from 255 or 10.53% from 209); Max value from RGB is 149 - color contains mainly: red. Hex color #952616 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952616 is #6AD9E9. Grayscale: #454545. Windows color (decimal): -7002602 or 1451669. OLE color: 1451669.

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

Color convert

RGB 149 38 22 -
CMYK 0 0.74 0.85 0.42
HSL 7.56º 0.74% 0.34% -
HSV(B) 7.56º 0.85% 0.58% -
XYZ 13.23 7.83 1.57 -
YUV 69.37 101.27 184.8 -
System Red Green Blue C M Y K H S L
Decimal 149 38 22 0 0.74 0.85 0.42 7.56 0.74 0.34
Hex 95 26 16 0 4A 55 2A 8 4A 22
Octal 225 46 26 0 112 125 52 10 112 42
Binary 10010101 100110 10110 0 1001010 1010101 101010 1000 1001010 100010

Color Harmonies of #952616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952616

Black with #952616

Text Example


Text Example

White with #952616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952616; }

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

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

background-color css

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

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

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

border-color css

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

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

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