Html Css Color HEX #952317 Mandarian Orange

📋 copy color: '#952317'

red 149 ◦ green 35 ◦ blue 23

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

Shades of Mandarian Orange #952317

Tints of Mandarian Orange #952317

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.91%

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

R = 71.98%
G = 16.91%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#952317 (or 0x952317) is known color: Mandarian Orange. HEX triplet: 95, 23 and 17. RGB value is (149,35,23). Sum of RGB (Red+Green+Blue) = 149+35+23=207 (27% of max value = 765). Red value is 149 (58.59% from 255 or 71.98% from 207); Green value is 35 (14.06% from 255 or 16.91% from 207); Blue value is 23 (9.38% from 255 or 11.11% from 207); Max value from RGB is 149 - color contains mainly: red. Hex color #952317 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952317 is #6ADCE8. Grayscale: #434343. Windows color (decimal): -7003369 or 1516437. OLE color: 1516437.

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

Color convert

RGB 149 35 23 -
CMYK 0 0.77 0.85 0.42
HSL 5.71º 0.73% 0.34% -
HSV(B) 5.71º 0.85% 0.58% -
XYZ 13.15 7.65 1.59 -
YUV 67.72 102.77 185.98 -
System Red Green Blue C M Y K H S L
Decimal 149 35 23 0 0.77 0.85 0.42 5.71 0.73 0.34
Hex 95 23 17 0 4D 55 2A 6 49 22
Octal 225 43 27 0 115 125 52 6 111 42
Binary 10010101 100011 10111 0 1001101 1010101 101010 110 1001001 100010

Color Harmonies of #952317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952317

Black with #952317

Text Example


Text Example

White with #952317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952317; }

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

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

background-color css

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

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

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

border-color css

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

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

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