Html Css Color HEX #922014 Mandarian Orange

📋 copy color: '#922014'

red 146 ◦ green 32 ◦ blue 20

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

Shades of Mandarian Orange #922014

Tints of Mandarian Orange #922014

RGB

 RED value IS 146 (57.42% from 255) = 73.74%

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

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

R = 73.74%
G = 16.16%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#922014 (or 0x922014) is known color: Mandarian Orange. HEX triplet: 92, 20 and 14. RGB value is (146,32,20). Sum of RGB (Red+Green+Blue) = 146+32+20=198 (26% of max value = 765). Red value is 146 (57.42% from 255 or 73.74% from 198); Green value is 32 (12.89% from 255 or 16.16% from 198); Blue value is 20 (8.20% from 255 or 10.10% from 198); Max value from RGB is 146 - color contains mainly: red. Hex color #922014 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #922014 is #6DDFEB. Grayscale: #404040. Windows color (decimal): -7200748 or 1319058. OLE color: 1319058.

HSL color Cylindrical-coordinate representation of color #922014: hue angle of 5.71º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #922014 is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 32 20 -
CMYK 0 0.78 0.86 0.43
HSL 5.71º 0.76% 0.33% -
HSV(B) 5.71º 0.86% 0.57% -
XYZ 12.5 7.19 1.39 -
YUV 64.72 102.77 185.98 -
System Red Green Blue C M Y K H S L
Decimal 146 32 20 0 0.78 0.86 0.43 5.71 0.76 0.33
Hex 92 20 14 0 4E 56 2B 6 4C 21
Octal 222 40 24 0 116 126 53 6 114 41
Binary 10010010 100000 10100 0 1001110 1010110 101011 110 1001100 100001

Color Harmonies of #922014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #922014

Black with #922014

Text Example


Text Example

White with #922014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #922014; }

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

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

background-color css

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

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

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

border-color css

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

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

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