Html Css Color HEX #952014 Mandarian Orange

📋 copy color: '#952014'

red 149 ◦ green 32 ◦ blue 20

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

Shades of Mandarian Orange #952014

Tints of Mandarian Orange #952014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.95%

R = 74.13%
G = 15.92%
B = 9.95%

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

#952014 (or 0x952014) is known color: Mandarian Orange. HEX triplet: 95, 20 and 14. RGB value is (149,32,20). Sum of RGB (Red+Green+Blue) = 149+32+20=201 (26% of max value = 765). Red value is 149 (58.59% from 255 or 74.13% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 20 (8.20% from 255 or 9.95% from 201); Max value from RGB is 149 - color contains mainly: red. Hex color #952014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952014 is #6ADFEB. Grayscale: #414141. Windows color (decimal): -7004140 or 1319061. OLE color: 1319061.

HSL color Cylindrical-coordinate representation of color #952014: hue angle of 5.58º degrees, saturation: 0.76, 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 #952014 is Cyan = 0, Magento = 0.79, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 32 20 -
CMYK 0 0.79 0.87 0.42
HSL 5.58º 0.76% 0.33% -
HSV(B) 5.58º 0.87% 0.58% -
XYZ 13.04 7.47 1.42 -
YUV 65.62 102.26 187.48 -
System Red Green Blue C M Y K H S L
Decimal 149 32 20 0 0.79 0.87 0.42 5.58 0.76 0.33
Hex 95 20 14 0 4F 57 2A 6 4C 21
Octal 225 40 24 0 117 127 52 6 114 41
Binary 10010101 100000 10100 0 1001111 1010111 101010 110 1001100 100001

Color Harmonies of #952014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952014

Black with #952014

Text Example


Text Example

White with #952014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952014; }

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

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

background-color css

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

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

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

border-color css

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

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

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