Html Css Color HEX #912416 Mandarian Orange

📋 copy color: '#912416'

red 145 ◦ green 36 ◦ blue 22

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

Shades of Mandarian Orange #912416

Tints of Mandarian Orange #912416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.84%

R = 71.43%
G = 17.73%
B = 10.84%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.85

 K value IS 0.43

RGB Variations

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

Color information

#912416 (or 0x912416) is known color: Mandarian Orange. HEX triplet: 91, 24 and 16. RGB value is (145,36,22). Sum of RGB (Red+Green+Blue) = 145+36+22=203 (26% of max value = 765). Red value is 145 (57.03% from 255 or 71.43% from 203); Green value is 36 (14.45% from 255 or 17.73% from 203); Blue value is 22 (8.98% from 255 or 10.84% from 203); Max value from RGB is 145 - color contains mainly: red. Hex color #912416 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912416 is #6EDBE9. Grayscale: #434343. Windows color (decimal): -7265258 or 1451153. OLE color: 1451153.

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

Color convert

RGB 145 36 22 -
CMYK 0 0.75 0.85 0.43
HSL 6.83º 0.74% 0.33% -
HSV(B) 6.83º 0.85% 0.57% -
XYZ 12.45 7.34 1.52 -
YUV 67 102.61 183.64 -
System Red Green Blue C M Y K H S L
Decimal 145 36 22 0 0.75 0.85 0.43 6.83 0.74 0.33
Hex 91 24 16 0 4B 55 2B 7 4A 21
Octal 221 44 26 0 113 125 53 7 112 41
Binary 10010001 100100 10110 0 1001011 1010101 101011 111 1001010 100001

Color Harmonies of #912416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912416

Black with #912416

Text Example


Text Example

White with #912416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912416; }

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

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

background-color css

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

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

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

border-color css

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

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

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