Html Css Color HEX #912620 Mandarian Orange

📋 copy color: '#912620'

red 145 ◦ green 38 ◦ blue 32

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

Shades of Mandarian Orange #912620

Tints of Mandarian Orange #912620

RGB

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

 GREEN value IS 38 (15.23% from 255) = 17.67%

 BLUE value IS 32 (12.89% from 255) = 14.88%

R = 67.44%
G = 17.67%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.43

RGB Variations

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

Color information

#912620 (or 0x912620) is known color: Mandarian Orange. HEX triplet: 91, 26 and 20. RGB value is (145,38,32). Sum of RGB (Red+Green+Blue) = 145+38+32=215 (28% of max value = 765). Red value is 145 (57.03% from 255 or 67.44% from 215); Green value is 38 (15.23% from 255 or 17.67% from 215); Blue value is 32 (12.89% from 255 or 14.88% from 215); Max value from RGB is 145 - color contains mainly: red. Hex color #912620 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912620 is #6ED9DF. Grayscale: #454545. Windows color (decimal): -7264736 or 2107025. OLE color: 2107025.

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

Color convert

RGB 145 38 32 -
CMYK 0 0.74 0.78 0.43
HSL 3.19º 0.64% 0.35% -
HSV(B) 3.19º 0.78% 0.57% -
XYZ 12.63 7.51 2.15 -
YUV 69.31 106.95 181.99 -
System Red Green Blue C M Y K H S L
Decimal 145 38 32 0 0.74 0.78 0.43 3.19 0.64 0.35
Hex 91 26 20 0 4A 4E 2B 3 40 23
Octal 221 46 40 0 112 116 53 3 100 43
Binary 10010001 100110 100000 0 1001010 1001110 101011 11 1000000 100011

Color Harmonies of #912620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912620

Black with #912620

Text Example


Text Example

White with #912620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912620; }

 p { color: rgb(145,38,32); }

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

background-color css

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

 a { background-color: rgb(145,38,32); }

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

border-color css

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

 span { border-color: rgb(145,38,32); }

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