Html Css Color HEX #912514 Mandarian Orange

📋 copy color: '#912514'

red 145 ◦ green 37 ◦ blue 20

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

Shades of Mandarian Orange #912514

Tints of Mandarian Orange #912514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.9%

R = 71.78%
G = 18.32%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.86

 K value IS 0.43

RGB Variations

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

Color information

#912514 (or 0x912514) is known color: Mandarian Orange. HEX triplet: 91, 25 and 14. RGB value is (145,37,20). Sum of RGB (Red+Green+Blue) = 145+37+20=202 (26% of max value = 765). Red value is 145 (57.03% from 255 or 71.78% from 202); Green value is 37 (14.84% from 255 or 18.32% from 202); Blue value is 20 (8.20% from 255 or 9.90% from 202); Max value from RGB is 145 - color contains mainly: red. Hex color #912514 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912514 is #6EDAEB. Grayscale: #434343. Windows color (decimal): -7265004 or 1320337. OLE color: 1320337.

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

Color convert

RGB 145 37 20 -
CMYK 0 0.74 0.86 0.43
HSL 8.16º 0.76% 0.32% -
HSV(B) 8.16º 0.86% 0.57% -
XYZ 12.46 7.39 1.43 -
YUV 67.35 101.28 183.38 -
System Red Green Blue C M Y K H S L
Decimal 145 37 20 0 0.74 0.86 0.43 8.16 0.76 0.32
Hex 91 25 14 0 4A 56 2B 8 4C 20
Octal 221 45 24 0 112 126 53 10 114 40
Binary 10010001 100101 10100 0 1001010 1010110 101011 1000 1001100 100000

Color Harmonies of #912514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912514

Black with #912514

Text Example


Text Example

White with #912514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912514; }

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

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

background-color css

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

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

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

border-color css

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

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

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