Html Css Color HEX #912012 Mandarian Orange

📋 copy color: '#912012'

red 145 ◦ green 32 ◦ blue 18

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

Shades of Mandarian Orange #912012

Tints of Mandarian Orange #912012

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.41%

 BLUE value IS 18 (7.42% from 255) = 9.23%

R = 74.36%
G = 16.41%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.43

RGB Variations

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

Color information

#912012 (or 0x912012) is known color: Mandarian Orange. HEX triplet: 91, 20 and 12. RGB value is (145,32,18). Sum of RGB (Red+Green+Blue) = 145+32+18=195 (25% of max value = 765). Red value is 145 (57.03% from 255 or 74.36% from 195); Green value is 32 (12.89% from 255 or 16.41% from 195); Blue value is 18 (7.42% from 255 or 9.23% from 195); Max value from RGB is 145 - color contains mainly: red. Hex color #912012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912012 is #6EDFED. Grayscale: #404040. Windows color (decimal): -7266286 or 1187985. OLE color: 1187985.

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

Color convert

RGB 145 32 18 -
CMYK 0 0.78 0.88 0.43
HSL 6.61º 0.78% 0.32% -
HSV(B) 6.61º 0.88% 0.57% -
XYZ 12.3 7.1 1.29 -
YUV 64.19 101.94 185.64 -
System Red Green Blue C M Y K H S L
Decimal 145 32 18 0 0.78 0.88 0.43 6.61 0.78 0.32
Hex 91 20 12 0 4E 58 2B 7 4E 20
Octal 221 40 22 0 116 130 53 7 116 40
Binary 10010001 100000 10010 0 1001110 1011000 101011 111 1001110 100000

Color Harmonies of #912012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912012

Black with #912012

Text Example


Text Example

White with #912012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912012; }

 p { color: rgb(145,32,18); }

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

background-color css

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

 a { background-color: rgb(145,32,18); }

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

border-color css

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

 span { border-color: rgb(145,32,18); }

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