Html Css Color HEX #912516 Mandarian Orange

📋 copy color: '#912516'

red 145 ◦ green 37 ◦ blue 22

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

Shades of Mandarian Orange #912516

Tints of Mandarian Orange #912516

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.14%

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

R = 71.08%
G = 18.14%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.85

 K value IS 0.43

RGB Variations

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

Color information

#912516 (or 0x912516) is known color: Mandarian Orange. HEX triplet: 91, 25 and 16. RGB value is (145,37,22). Sum of RGB (Red+Green+Blue) = 145+37+22=204 (27% of max value = 765). Red value is 145 (57.03% from 255 or 71.08% from 204); Green value is 37 (14.84% from 255 or 18.14% from 204); Blue value is 22 (8.98% from 255 or 10.78% from 204); Max value from RGB is 145 - color contains mainly: red. Hex color #912516 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912516 is #6EDAE9. Grayscale: #434343. Windows color (decimal): -7265002 or 1451409. OLE color: 1451409.

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

Color convert

RGB 145 37 22 -
CMYK 0 0.74 0.85 0.43
HSL 7.32º 0.74% 0.33% -
HSV(B) 7.32º 0.85% 0.57% -
XYZ 12.48 7.4 1.53 -
YUV 67.58 102.28 183.22 -
System Red Green Blue C M Y K H S L
Decimal 145 37 22 0 0.74 0.85 0.43 7.32 0.74 0.33
Hex 91 25 16 0 4A 55 2B 7 4A 21
Octal 221 45 26 0 112 125 53 7 112 41
Binary 10010001 100101 10110 0 1001010 1010101 101011 111 1001010 100001

Color Harmonies of #912516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912516

Black with #912516

Text Example


Text Example

White with #912516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912516; }

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

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

background-color css

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

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

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

border-color css

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

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

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