Html Css Color HEX #912420 Mandarian Orange

📋 copy color: '#912420'

red 145 ◦ green 36 ◦ blue 32

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

Shades of Mandarian Orange #912420

Tints of Mandarian Orange #912420

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.9%

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

R = 68.08%
G = 16.9%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.43

RGB Variations

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

Color information

#912420 (or 0x912420) is known color: Mandarian Orange. HEX triplet: 91, 24 and 20. RGB value is (145,36,32). Sum of RGB (Red+Green+Blue) = 145+36+32=213 (28% of max value = 765). Red value is 145 (57.03% from 255 or 68.08% from 213); Green value is 36 (14.45% from 255 or 16.90% from 213); Blue value is 32 (12.89% from 255 or 15.02% from 213); Max value from RGB is 145 - color contains mainly: red. Hex color #912420 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912420 is #6EDBDF. Grayscale: #444444. Windows color (decimal): -7265248 or 2106513. OLE color: 2106513.

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

Color convert

RGB 145 36 32 -
CMYK 0 0.75 0.78 0.43
HSL 2.12º 0.64% 0.35% -
HSV(B) 2.12º 0.78% 0.57% -
XYZ 12.57 7.39 2.13 -
YUV 68.14 107.61 182.83 -
System Red Green Blue C M Y K H S L
Decimal 145 36 32 0 0.75 0.78 0.43 2.12 0.64 0.35
Hex 91 24 20 0 4B 4E 2B 2 40 23
Octal 221 44 40 0 113 116 53 2 100 43
Binary 10010001 100100 100000 0 1001011 1001110 101011 10 1000000 100011

Color Harmonies of #912420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912420

Black with #912420

Text Example


Text Example

White with #912420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912420; }

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

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

background-color css

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

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

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

border-color css

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

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

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