Html Css Color HEX #922520 Mandarian Orange

📋 copy color: '#922520'

red 146 ◦ green 37 ◦ blue 32

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

Shades of Mandarian Orange #922520

Tints of Mandarian Orange #922520

RGB

 RED value IS 146 (57.42% from 255) = 67.91%

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

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

R = 67.91%
G = 17.21%
B = 14.88%

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

#922520 (or 0x922520) is known color: Mandarian Orange. HEX triplet: 92, 25 and 20. RGB value is (146,37,32). Sum of RGB (Red+Green+Blue) = 146+37+32=215 (28% of max value = 765). Red value is 146 (57.42% from 255 or 67.91% from 215); Green value is 37 (14.84% from 255 or 17.21% from 215); Blue value is 32 (12.89% from 255 or 14.88% from 215); Max value from RGB is 146 - color contains mainly: red. Hex color #922520 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #922520 is #6DDADF. Grayscale: #454545. Windows color (decimal): -7199456 or 2106770. OLE color: 2106770.

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

Color convert

RGB 146 37 32 -
CMYK 0 0.75 0.78 0.43
HSL 2.63º 0.64% 0.35% -
HSV(B) 2.63º 0.78% 0.57% -
XYZ 12.78 7.54 2.15 -
YUV 69.02 107.11 182.91 -
System Red Green Blue C M Y K H S L
Decimal 146 37 32 0 0.75 0.78 0.43 2.63 0.64 0.35
Hex 92 25 20 0 4B 4E 2B 3 40 23
Octal 222 45 40 0 113 116 53 3 100 43
Binary 10010010 100101 100000 0 1001011 1001110 101011 11 1000000 100011

Color Harmonies of #922520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #922520

Black with #922520

Text Example


Text Example

White with #922520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #922520; }

 p { color: rgb(146,37,32); }

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

background-color css

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

 a { background-color: rgb(146,37,32); }

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

border-color css

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

 span { border-color: rgb(146,37,32); }

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