Html Css Color HEX #952919 Mandarian Orange

📋 copy color: '#952919'

red 149 ◦ green 41 ◦ blue 25

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

Shades of Mandarian Orange #952919

Tints of Mandarian Orange #952919

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.07%

 BLUE value IS 25 (10.16% from 255) = 11.63%

R = 69.3%
G = 19.07%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#952919 (or 0x952919) is known color: Mandarian Orange. HEX triplet: 95, 29 and 19. RGB value is (149,41,25). Sum of RGB (Red+Green+Blue) = 149+41+25=215 (28% of max value = 765). Red value is 149 (58.59% from 255 or 69.30% from 215); Green value is 41 (16.41% from 255 or 19.07% from 215); Blue value is 25 (10.16% from 255 or 11.63% from 215); Max value from RGB is 149 - color contains mainly: red. Hex color #952919 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952919 is #6AD6E6. Grayscale: #474747. Windows color (decimal): -7001831 or 1649045. OLE color: 1649045.

HSL color Cylindrical-coordinate representation of color #952919: hue angle of 7.74º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #952919 is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 41 25 -
CMYK 0 0.72 0.83 0.42
HSL 7.74º 0.71% 0.34% -
HSV(B) 7.74º 0.83% 0.58% -
XYZ 13.36 8.05 1.77 -
YUV 71.47 101.78 183.3 -
System Red Green Blue C M Y K H S L
Decimal 149 41 25 0 0.72 0.83 0.42 7.74 0.71 0.34
Hex 95 29 19 0 48 53 2A 8 47 22
Octal 225 51 31 0 110 123 52 10 107 42
Binary 10010101 101001 11001 0 1001000 1010011 101010 1000 1000111 100010

Color Harmonies of #952919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952919

Black with #952919

Text Example


Text Example

White with #952919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952919; }

 p { color: rgb(149,41,25); }

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

background-color css

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

 a { background-color: rgb(149,41,25); }

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

border-color css

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

 span { border-color: rgb(149,41,25); }

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