Html Css Color HEX #952817 Mandarian Orange

📋 copy color: '#952817'

red 149 ◦ green 40 ◦ blue 23

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

Shades of Mandarian Orange #952817

Tints of Mandarian Orange #952817

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.87%

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

R = 70.28%
G = 18.87%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#952817 (or 0x952817) is known color: Mandarian Orange. HEX triplet: 95, 28 and 17. RGB value is (149,40,23). Sum of RGB (Red+Green+Blue) = 149+40+23=212 (28% of max value = 765). Red value is 149 (58.59% from 255 or 70.28% from 212); Green value is 40 (16.02% from 255 or 18.87% from 212); Blue value is 23 (9.38% from 255 or 10.85% from 212); Max value from RGB is 149 - color contains mainly: red. Hex color #952817 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952817 is #6AD7E8. Grayscale: #464646. Windows color (decimal): -7002089 or 1517717. OLE color: 1517717.

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

Color convert

RGB 149 40 23 -
CMYK 0 0.73 0.85 0.42
HSL 8.1º 0.73% 0.34% -
HSV(B) 8.1º 0.85% 0.58% -
XYZ 13.31 7.97 1.65 -
YUV 70.65 101.11 183.88 -
System Red Green Blue C M Y K H S L
Decimal 149 40 23 0 0.73 0.85 0.42 8.1 0.73 0.34
Hex 95 28 17 0 49 55 2A 8 49 22
Octal 225 50 27 0 111 125 52 10 111 42
Binary 10010101 101000 10111 0 1001001 1010101 101010 1000 1001001 100010

Color Harmonies of #952817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952817

Black with #952817

Text Example


Text Example

White with #952817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952817; }

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

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

background-color css

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

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

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

border-color css

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

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

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