Html Css Color HEX #931E14 Mandarian Orange

📋 copy color: '#931E14'

red 147 ◦ green 30 ◦ blue 20

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

Shades of Mandarian Orange #931E14

Tints of Mandarian Orange #931E14

RGB

 RED value IS 147 (57.81% from 255) = 74.62%

 GREEN value IS 30 (12.11% from 255) = 15.23%

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

R = 74.62%
G = 15.23%
B = 10.15%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#931E14 (or 0x931E14) is known color: Mandarian Orange. HEX triplet: 93, 1E and 14. RGB value is (147,30,20). Sum of RGB (Red+Green+Blue) = 147+30+20=197 (26% of max value = 765). Red value is 147 (57.81% from 255 or 74.62% from 197); Green value is 30 (12.11% from 255 or 15.23% from 197); Blue value is 20 (8.20% from 255 or 10.15% from 197); Max value from RGB is 147 - color contains mainly: red. Hex color #931E14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #931E14 is #6CE1EB. Grayscale: #404040. Windows color (decimal): -7135724 or 1318547. OLE color: 1318547.

HSL color Cylindrical-coordinate representation of color #931E14: hue angle of 4.72º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #931E14 is Cyan = 0, Magento = 0.80, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 30 20 -
CMYK 0 0.80 0.86 0.42
HSL 4.72º 0.76% 0.33% -
HSV(B) 4.72º 0.86% 0.58% -
XYZ 12.62 7.18 1.38 -
YUV 63.84 103.26 187.31 -
System Red Green Blue C M Y K H S L
Decimal 147 30 20 0 0.80 0.86 0.42 4.72 0.76 0.33
Hex 93 1E 14 0 50 56 2A 5 4C 21
Octal 223 36 24 0 120 126 52 5 114 41
Binary 10010011 11110 10100 0 1010000 1010110 101010 101 1001100 100001

Color Harmonies of #931E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #931E14

Black with #931E14

Text Example


Text Example

White with #931E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #931E14; }

 p { color: rgb(147,30,20); }

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

background-color css

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

 a { background-color: rgb(147,30,20); }

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

border-color css

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

 span { border-color: rgb(147,30,20); }

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