Html Css Color HEX #942410 Mandarian Orange

📋 copy color: '#942410'

red 148 ◦ green 36 ◦ blue 16

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

Shades of Mandarian Orange #942410

Tints of Mandarian Orange #942410

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18%

 BLUE value IS 16 (6.64% from 255) = 8%

R = 74%
G = 18%
B = 8%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#942410 (or 0x942410) is known color: Mandarian Orange. HEX triplet: 94, 24 and 10. RGB value is (148,36,16). Sum of RGB (Red+Green+Blue) = 148+36+16=200 (26% of max value = 765). Red value is 148 (58.20% from 255 or 74% from 200); Green value is 36 (14.45% from 255 or 18% from 200); Blue value is 16 (6.64% from 255 or 8% from 200); Max value from RGB is 148 - color contains mainly: red. Hex color #942410 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942410 is #6BDBEF. Grayscale: #434343. Windows color (decimal): -7068656 or 1057940. OLE color: 1057940.

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

Color convert

RGB 148 36 16 -
CMYK 0 0.76 0.89 0.42
HSL 9.09º 0.8% 0.32% -
HSV(B) 9.09º 0.89% 0.58% -
XYZ 12.94 7.6 1.27 -
YUV 67.21 99.11 185.63 -
System Red Green Blue C M Y K H S L
Decimal 148 36 16 0 0.76 0.89 0.42 9.09 0.8 0.32
Hex 94 24 10 0 4C 59 2A 9 50 20
Octal 224 44 20 0 114 131 52 11 120 40
Binary 10010100 100100 10000 0 1001100 1011001 101010 1001 1010000 100000

Color Harmonies of #942410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942410

Black with #942410

Text Example


Text Example

White with #942410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942410; }

 p { color: rgb(148,36,16); }

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

background-color css

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

 a { background-color: rgb(148,36,16); }

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

border-color css

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

 span { border-color: rgb(148,36,16); }

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