Html Css Color HEX #942011 Mandarian Orange

📋 copy color: '#942011'

red 148 ◦ green 32 ◦ blue 17

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

Shades of Mandarian Orange #942011

Tints of Mandarian Orange #942011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.63%

R = 75.13%
G = 16.24%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#942011 (or 0x942011) is known color: Mandarian Orange. HEX triplet: 94, 20 and 11. RGB value is (148,32,17). Sum of RGB (Red+Green+Blue) = 148+32+17=197 (26% of max value = 765). Red value is 148 (58.20% from 255 or 75.13% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 17 (7.03% from 255 or 8.63% from 197); Max value from RGB is 148 - color contains mainly: red. Hex color #942011 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942011 is #6BDFEE. Grayscale: #414141. Windows color (decimal): -7069679 or 1122452. OLE color: 1122452.

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

Color convert

RGB 148 32 17 -
CMYK 0 0.78 0.89 0.42
HSL 6.87º 0.79% 0.32% -
HSV(B) 6.87º 0.89% 0.58% -
XYZ 12.83 7.37 1.28 -
YUV 64.97 100.93 187.22 -
System Red Green Blue C M Y K H S L
Decimal 148 32 17 0 0.78 0.89 0.42 6.87 0.79 0.32
Hex 94 20 11 0 4E 59 2A 7 4F 20
Octal 224 40 21 0 116 131 52 7 117 40
Binary 10010100 100000 10001 0 1001110 1011001 101010 111 1001111 100000

Color Harmonies of #942011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942011

Black with #942011

Text Example


Text Example

White with #942011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942011; }

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

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

background-color css

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

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

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

border-color css

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

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

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