Html Css Color HEX #952717 Mandarian Orange

📋 copy color: '#952717'

red 149 ◦ green 39 ◦ blue 23

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

Shades of Mandarian Orange #952717

Tints of Mandarian Orange #952717

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.48%

 BLUE value IS 23 (9.38% from 255) = 10.9%

R = 70.62%
G = 18.48%
B = 10.9%

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

#952717 (or 0x952717) is known color: Mandarian Orange. HEX triplet: 95, 27 and 17. RGB value is (149,39,23). Sum of RGB (Red+Green+Blue) = 149+39+23=211 (27% of max value = 765). Red value is 149 (58.59% from 255 or 70.62% from 211); Green value is 39 (15.62% from 255 or 18.48% from 211); Blue value is 23 (9.38% from 255 or 10.90% from 211); Max value from RGB is 149 - color contains mainly: red. Hex color #952717 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952717 is #6AD8E8. Grayscale: #464646. Windows color (decimal): -7002345 or 1517461. OLE color: 1517461.

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

Color convert

RGB 149 39 23 -
CMYK 0 0.74 0.85 0.42
HSL 7.62º 0.73% 0.34% -
HSV(B) 7.62º 0.85% 0.58% -
XYZ 13.27 7.9 1.64 -
YUV 70.07 101.44 184.3 -
System Red Green Blue C M Y K H S L
Decimal 149 39 23 0 0.74 0.85 0.42 7.62 0.73 0.34
Hex 95 27 17 0 4A 55 2A 8 49 22
Octal 225 47 27 0 112 125 52 10 111 42
Binary 10010101 100111 10111 0 1001010 1010101 101010 1000 1001001 100010

Color Harmonies of #952717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952717

Black with #952717

Text Example


Text Example

White with #952717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952717; }

 p { color: rgb(149,39,23); }

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

background-color css

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

 a { background-color: rgb(149,39,23); }

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

border-color css

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

 span { border-color: rgb(149,39,23); }

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