Html Css Color HEX #942017 Mandarian Orange

📋 copy color: '#942017'

red 148 ◦ green 32 ◦ blue 23

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

Shades of Mandarian Orange #942017

Tints of Mandarian Orange #942017

RGB

 RED value IS 148 (58.2% from 255) = 72.91%

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

 BLUE value IS 23 (9.38% from 255) = 11.33%

R = 72.91%
G = 15.76%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#942017 (or 0x942017) is known color: Mandarian Orange. HEX triplet: 94, 20 and 17. RGB value is (148,32,23). Sum of RGB (Red+Green+Blue) = 148+32+23=203 (26% of max value = 765). Red value is 148 (58.20% from 255 or 72.91% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 23 (9.38% from 255 or 11.33% from 203); Max value from RGB is 148 - color contains mainly: red. Hex color #942017 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942017 is #6BDFE8. Grayscale: #414141. Windows color (decimal): -7069673 or 1515668. OLE color: 1515668.

HSL color Cylindrical-coordinate representation of color #942017: hue angle of 4.32º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #942017 is Cyan = 0, Magento = 0.78, Yellow = 0.84 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 32 23 -
CMYK 0 0.78 0.84 0.42
HSL 4.32º 0.73% 0.34% -
HSV(B) 4.32º 0.84% 0.58% -
XYZ 12.88 7.39 1.56 -
YUV 65.66 103.93 186.73 -
System Red Green Blue C M Y K H S L
Decimal 148 32 23 0 0.78 0.84 0.42 4.32 0.73 0.34
Hex 94 20 17 0 4E 54 2A 4 49 22
Octal 224 40 27 0 116 124 52 4 111 42
Binary 10010100 100000 10111 0 1001110 1010100 101010 100 1001001 100010

Color Harmonies of #942017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942017

Black with #942017

Text Example


Text Example

White with #942017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942017; }

 p { color: rgb(148,32,23); }

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

background-color css

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

 a { background-color: rgb(148,32,23); }

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

border-color css

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

 span { border-color: rgb(148,32,23); }

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