Html Css Color HEX #952013 Mandarian Orange

📋 copy color: '#952013'

red 149 ◦ green 32 ◦ blue 19

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

Shades of Mandarian Orange #952013

Tints of Mandarian Orange #952013

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16%

 BLUE value IS 19 (7.81% from 255) = 9.5%

R = 74.5%
G = 16%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#952013 (or 0x952013) is known color: Mandarian Orange. HEX triplet: 95, 20 and 13. RGB value is (149,32,19). Sum of RGB (Red+Green+Blue) = 149+32+19=200 (26% of max value = 765). Red value is 149 (58.59% from 255 or 74.5% from 200); Green value is 32 (12.89% from 255 or 16% from 200); Blue value is 19 (7.81% from 255 or 9.5% from 200); Max value from RGB is 149 - color contains mainly: red. Hex color #952013 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952013 is #6ADFEC. Grayscale: #414141. Windows color (decimal): -7004141 or 1253525. OLE color: 1253525.

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

Color convert

RGB 149 32 19 -
CMYK 0 0.79 0.87 0.42
HSL 0.77% 0.33% -
HSV(B) 0.87% 0.58% -
XYZ 13.03 7.47 1.37 -
YUV 65.5 101.76 187.56 -
System Red Green Blue C M Y K H S L
Decimal 149 32 19 0 0.79 0.87 0.42 6 0.77 0.33
Hex 95 20 13 0 4F 57 2A 6 4D 21
Octal 225 40 23 0 117 127 52 6 115 41
Binary 10010101 100000 10011 0 1001111 1010111 101010 110 1001101 100001

Color Harmonies of #952013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952013

Black with #952013

Text Example


Text Example

White with #952013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952013; }

 p { color: rgb(149,32,19); }

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

background-color css

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

 a { background-color: rgb(149,32,19); }

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

border-color css

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

 span { border-color: rgb(149,32,19); }

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