Html Css Color HEX #912716 Mandarian Orange

📋 copy color: '#912716'

red 145 ◦ green 39 ◦ blue 22

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

Shades of Mandarian Orange #912716

Tints of Mandarian Orange #912716

RGB

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

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

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

R = 70.39%
G = 18.93%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.43

RGB Variations

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

Color information

#912716 (or 0x912716) is known color: Mandarian Orange. HEX triplet: 91, 27 and 16. RGB value is (145,39,22). Sum of RGB (Red+Green+Blue) = 145+39+22=206 (27% of max value = 765). Red value is 145 (57.03% from 255 or 70.39% from 206); Green value is 39 (15.62% from 255 or 18.93% from 206); Blue value is 22 (8.98% from 255 or 10.68% from 206); Max value from RGB is 145 - color contains mainly: red. Hex color #912716 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912716 is #6ED8E9. Grayscale: #444444. Windows color (decimal): -7264490 or 1451921. OLE color: 1451921.

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

Color convert

RGB 145 39 22 -
CMYK 0 0.73 0.85 0.43
HSL 8.29º 0.74% 0.33% -
HSV(B) 8.29º 0.85% 0.57% -
XYZ 12.55 7.53 1.55 -
YUV 68.76 101.62 182.38 -
System Red Green Blue C M Y K H S L
Decimal 145 39 22 0 0.73 0.85 0.43 8.29 0.74 0.33
Hex 91 27 16 0 49 55 2B 8 4A 21
Octal 221 47 26 0 111 125 53 10 112 41
Binary 10010001 100111 10110 0 1001001 1010101 101011 1000 1001010 100001

Color Harmonies of #912716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912716

Black with #912716

Text Example


Text Example

White with #912716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912716; }

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

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

background-color css

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

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

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

border-color css

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

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

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