Html Css Color HEX #942511 Mandarian Orange

📋 copy color: '#942511'

red 148 ◦ green 37 ◦ blue 17

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

Shades of Mandarian Orange #942511

Tints of Mandarian Orange #942511

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.32%

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

R = 73.27%
G = 18.32%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#942511 (or 0x942511) is known color: Mandarian Orange. HEX triplet: 94, 25 and 11. RGB value is (148,37,17). Sum of RGB (Red+Green+Blue) = 148+37+17=202 (26% of max value = 765). Red value is 148 (58.20% from 255 or 73.27% from 202); Green value is 37 (14.84% from 255 or 18.32% from 202); Blue value is 17 (7.03% from 255 or 8.42% from 202); Max value from RGB is 148 - color contains mainly: red. Hex color #942511 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942511 is #6BDAEE. Grayscale: #444444. Windows color (decimal): -7068399 or 1123732. OLE color: 1123732.

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

Color convert

RGB 148 37 17 -
CMYK 0 0.75 0.89 0.42
HSL 9.16º 0.79% 0.32% -
HSV(B) 9.16º 0.89% 0.58% -
XYZ 12.98 7.66 1.32 -
YUV 67.91 99.27 185.13 -
System Red Green Blue C M Y K H S L
Decimal 148 37 17 0 0.75 0.89 0.42 9.16 0.79 0.32
Hex 94 25 11 0 4B 59 2A 9 4F 20
Octal 224 45 21 0 113 131 52 11 117 40
Binary 10010100 100101 10001 0 1001011 1011001 101010 1001 1001111 100000

Color Harmonies of #942511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942511

Black with #942511

Text Example


Text Example

White with #942511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942511; }

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

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

background-color css

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

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

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

border-color css

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

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

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