Html Css Color HEX #952415 Mandarian Orange

📋 copy color: '#952415'

red 149 ◦ green 36 ◦ blue 21

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

Shades of Mandarian Orange #952415

Tints of Mandarian Orange #952415

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.48%

 BLUE value IS 21 (8.59% from 255) = 10.19%

R = 72.33%
G = 17.48%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#952415 (or 0x952415) is known color: Mandarian Orange. HEX triplet: 95, 24 and 15. RGB value is (149,36,21). Sum of RGB (Red+Green+Blue) = 149+36+21=206 (27% of max value = 765). Red value is 149 (58.59% from 255 or 72.33% from 206); Green value is 36 (14.45% from 255 or 17.48% from 206); Blue value is 21 (8.59% from 255 or 10.19% from 206); Max value from RGB is 149 - color contains mainly: red. Hex color #952415 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952415 is #6ADBEA. Grayscale: #444444. Windows color (decimal): -7003115 or 1385621. OLE color: 1385621.

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

Color convert

RGB 149 36 21 -
CMYK 0 0.76 0.86 0.42
HSL 7.03º 0.75% 0.33% -
HSV(B) 7.03º 0.86% 0.58% -
XYZ 13.16 7.71 1.5 -
YUV 68.08 101.44 185.72 -
System Red Green Blue C M Y K H S L
Decimal 149 36 21 0 0.76 0.86 0.42 7.03 0.75 0.33
Hex 95 24 15 0 4C 56 2A 7 4B 21
Octal 225 44 25 0 114 126 52 7 113 41
Binary 10010101 100100 10101 0 1001100 1010110 101010 111 1001011 100001

Color Harmonies of #952415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952415

Black with #952415

Text Example


Text Example

White with #952415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952415; }

 p { color: rgb(149,36,21); }

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

background-color css

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

 a { background-color: rgb(149,36,21); }

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

border-color css

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

 span { border-color: rgb(149,36,21); }

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