Html Css Color HEX #912316 Mandarian Orange

📋 copy color: '#912316'

red 145 ◦ green 35 ◦ blue 22

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

Shades of Mandarian Orange #912316

Tints of Mandarian Orange #912316

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.33%

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

R = 71.78%
G = 17.33%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.85

 K value IS 0.43

RGB Variations

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

Color information

#912316 (or 0x912316) is known color: Mandarian Orange. HEX triplet: 91, 23 and 16. RGB value is (145,35,22). Sum of RGB (Red+Green+Blue) = 145+35+22=202 (26% of max value = 765). Red value is 145 (57.03% from 255 or 71.78% from 202); Green value is 35 (14.06% from 255 or 17.33% from 202); Blue value is 22 (8.98% from 255 or 10.89% from 202); Max value from RGB is 145 - color contains mainly: red. Hex color #912316 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912316 is #6EDCE9. Grayscale: #424242. Windows color (decimal): -7265514 or 1450897. OLE color: 1450897.

HSL color Cylindrical-coordinate representation of color #912316: hue angle of 6.34º 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 #912316 is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 35 22 -
CMYK 0 0.76 0.85 0.43
HSL 6.34º 0.74% 0.33% -
HSV(B) 6.34º 0.85% 0.57% -
XYZ 12.42 7.28 1.51 -
YUV 66.41 102.94 184.06 -
System Red Green Blue C M Y K H S L
Decimal 145 35 22 0 0.76 0.85 0.43 6.34 0.74 0.33
Hex 91 23 16 0 4C 55 2B 6 4A 21
Octal 221 43 26 0 114 125 53 6 112 41
Binary 10010001 100011 10110 0 1001100 1010101 101011 110 1001010 100001

Color Harmonies of #912316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912316

Black with #912316

Text Example


Text Example

White with #912316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912316; }

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

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

background-color css

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

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

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

border-color css

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

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

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