Html Css Color HEX #942611 Mandarian Orange

📋 copy color: '#942611'

red 148 ◦ green 38 ◦ blue 17

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

Shades of Mandarian Orange #942611

Tints of Mandarian Orange #942611

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.72%

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

R = 72.91%
G = 18.72%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#942611 (or 0x942611) is known color: Mandarian Orange. HEX triplet: 94, 26 and 11. RGB value is (148,38,17). Sum of RGB (Red+Green+Blue) = 148+38+17=203 (26% of max value = 765). Red value is 148 (58.20% from 255 or 72.91% from 203); Green value is 38 (15.23% from 255 or 18.72% from 203); Blue value is 17 (7.03% from 255 or 8.37% from 203); Max value from RGB is 148 - color contains mainly: red. Hex color #942611 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942611 is #6BD9EE. Grayscale: #444444. Windows color (decimal): -7068143 or 1123988. OLE color: 1123988.

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

Color convert

RGB 148 38 17 -
CMYK 0 0.74 0.89 0.42
HSL 9.62º 0.79% 0.32% -
HSV(B) 9.62º 0.89% 0.58% -
XYZ 13.01 7.72 1.34 -
YUV 68.5 98.94 184.71 -
System Red Green Blue C M Y K H S L
Decimal 148 38 17 0 0.74 0.89 0.42 9.62 0.79 0.32
Hex 94 26 11 0 4A 59 2A A 4F 20
Octal 224 46 21 0 112 131 52 12 117 40
Binary 10010100 100110 10001 0 1001010 1011001 101010 1010 1001111 100000

Color Harmonies of #942611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942611

Black with #942611

Text Example


Text Example

White with #942611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942611; }

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

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

background-color css

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

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

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

border-color css

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

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

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