Html Css Color HEX #942710 Mandarian Orange

📋 copy color: '#942710'

red 148 ◦ green 39 ◦ blue 16

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

Shades of Mandarian Orange #942710

Tints of Mandarian Orange #942710

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.21%

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

R = 72.91%
G = 19.21%
B = 7.88%

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

#942710 (or 0x942710) is known color: Mandarian Orange. HEX triplet: 94, 27 and 10. RGB value is (148,39,16). Sum of RGB (Red+Green+Blue) = 148+39+16=203 (26% of max value = 765). Red value is 148 (58.20% from 255 or 72.91% from 203); Green value is 39 (15.62% from 255 or 19.21% from 203); Blue value is 16 (6.64% from 255 or 7.88% from 203); Max value from RGB is 148 - color contains mainly: red. Hex color #942710 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942710 is #6BD8EF. Grayscale: #454545. Windows color (decimal): -7067888 or 1058708. OLE color: 1058708.

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

Color convert

RGB 148 39 16 -
CMYK 0 0.74 0.89 0.42
HSL 10.45º 0.8% 0.32% -
HSV(B) 10.45º 0.89% 0.58% -
XYZ 13.03 7.78 1.31 -
YUV 68.97 98.11 184.37 -
System Red Green Blue C M Y K H S L
Decimal 148 39 16 0 0.74 0.89 0.42 10.45 0.8 0.32
Hex 94 27 10 0 4A 59 2A A 50 20
Octal 224 47 20 0 112 131 52 12 120 40
Binary 10010100 100111 10000 0 1001010 1011001 101010 1010 1010000 100000

Color Harmonies of #942710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942710

Black with #942710

Text Example


Text Example

White with #942710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942710; }

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

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

background-color css

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

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

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

border-color css

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

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

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