Html Css Color HEX #912410 Mandarian Orange

📋 copy color: '#912410'

red 145 ◦ green 36 ◦ blue 16

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

Shades of Mandarian Orange #912410

Tints of Mandarian Orange #912410

RGB

 RED value IS 145 (57.03% from 255) = 73.6%

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

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

R = 73.6%
G = 18.27%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.43

RGB Variations

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

Color information

#912410 (or 0x912410) is known color: Mandarian Orange. HEX triplet: 91, 24 and 10. RGB value is (145,36,16). Sum of RGB (Red+Green+Blue) = 145+36+16=197 (26% of max value = 765). Red value is 145 (57.03% from 255 or 73.60% from 197); Green value is 36 (14.45% from 255 or 18.27% from 197); Blue value is 16 (6.64% from 255 or 8.12% from 197); Max value from RGB is 145 - color contains mainly: red. Hex color #912410 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912410 is #6EDBEF. Grayscale: #424242. Windows color (decimal): -7265264 or 1057937. OLE color: 1057937.

HSL color Cylindrical-coordinate representation of color #912410: hue angle of 9.3º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #912410 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 36 16 -
CMYK 0 0.75 0.89 0.43
HSL 9.3º 0.8% 0.32% -
HSV(B) 9.3º 0.89% 0.57% -
XYZ 12.4 7.32 1.25 -
YUV 66.31 99.61 184.13 -
System Red Green Blue C M Y K H S L
Decimal 145 36 16 0 0.75 0.89 0.43 9.3 0.8 0.32
Hex 91 24 10 0 4B 59 2B 9 50 20
Octal 221 44 20 0 113 131 53 11 120 40
Binary 10010001 100100 10000 0 1001011 1011001 101011 1001 1010000 100000

Color Harmonies of #912410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912410

Black with #912410

Text Example


Text Example

White with #912410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912410; }

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

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

background-color css

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

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

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

border-color css

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

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

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