Html Css Color HEX #932014 Mandarian Orange

📋 copy color: '#932014'

red 147 ◦ green 32 ◦ blue 20

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

Shades of Mandarian Orange #932014

Tints of Mandarian Orange #932014

RGB

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

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

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

R = 73.87%
G = 16.08%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#932014 (or 0x932014) is known color: Mandarian Orange. HEX triplet: 93, 20 and 14. RGB value is (147,32,20). Sum of RGB (Red+Green+Blue) = 147+32+20=199 (26% of max value = 765). Red value is 147 (57.81% from 255 or 73.87% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 20 (8.20% from 255 or 10.05% from 199); Max value from RGB is 147 - color contains mainly: red. Hex color #932014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932014 is #6CDFEB. Grayscale: #414141. Windows color (decimal): -7135212 or 1319059. OLE color: 1319059.

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

Color convert

RGB 147 32 20 -
CMYK 0 0.78 0.86 0.42
HSL 5.67º 0.76% 0.33% -
HSV(B) 5.67º 0.86% 0.58% -
XYZ 12.68 7.29 1.4 -
YUV 65.02 102.6 186.48 -
System Red Green Blue C M Y K H S L
Decimal 147 32 20 0 0.78 0.86 0.42 5.67 0.76 0.33
Hex 93 20 14 0 4E 56 2A 6 4C 21
Octal 223 40 24 0 116 126 52 6 114 41
Binary 10010011 100000 10100 0 1001110 1010110 101010 110 1001100 100001

Color Harmonies of #932014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932014

Black with #932014

Text Example


Text Example

White with #932014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #932014; }

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

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

background-color css

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

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

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

border-color css

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

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

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