Html Css Color HEX #952411 Mandarian Orange

📋 copy color: '#952411'

red 149 ◦ green 36 ◦ blue 17

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

Shades of Mandarian Orange #952411

Tints of Mandarian Orange #952411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.42%

R = 73.76%
G = 17.82%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#952411 (or 0x952411) is known color: Mandarian Orange. HEX triplet: 95, 24 and 11. RGB value is (149,36,17). Sum of RGB (Red+Green+Blue) = 149+36+17=202 (26% of max value = 765). Red value is 149 (58.59% from 255 or 73.76% from 202); Green value is 36 (14.45% from 255 or 17.82% from 202); Blue value is 17 (7.03% from 255 or 8.42% from 202); Max value from RGB is 149 - color contains mainly: red. Hex color #952411 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952411 is #6ADBEE. Grayscale: #434343. Windows color (decimal): -7003119 or 1123477. OLE color: 1123477.

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

Color convert

RGB 149 36 17 -
CMYK 0 0.76 0.89 0.42
HSL 8.64º 0.8% 0.33% -
HSV(B) 8.64º 0.89% 0.58% -
XYZ 13.13 7.69 1.32 -
YUV 67.62 99.44 186.04 -
System Red Green Blue C M Y K H S L
Decimal 149 36 17 0 0.76 0.89 0.42 8.64 0.8 0.33
Hex 95 24 11 0 4C 59 2A 9 50 21
Octal 225 44 21 0 114 131 52 11 120 41
Binary 10010101 100100 10001 0 1001100 1011001 101010 1001 1010000 100001

Color Harmonies of #952411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952411

Black with #952411

Text Example


Text Example

White with #952411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952411; }

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

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

background-color css

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

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

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

border-color css

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

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

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