Html Css Color HEX #922720 Mandarian Orange

📋 copy color: '#922720'

red 146 ◦ green 39 ◦ blue 32

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

Shades of Mandarian Orange #922720

Tints of Mandarian Orange #922720

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.97%

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

R = 67.28%
G = 17.97%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.43

RGB Variations

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

Color information

#922720 (or 0x922720) is known color: Mandarian Orange. HEX triplet: 92, 27 and 20. RGB value is (146,39,32). Sum of RGB (Red+Green+Blue) = 146+39+32=217 (28% of max value = 765). Red value is 146 (57.42% from 255 or 67.28% from 217); Green value is 39 (15.62% from 255 or 17.97% from 217); Blue value is 32 (12.89% from 255 or 14.75% from 217); Max value from RGB is 146 - color contains mainly: red. Hex color #922720 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #922720 is #6DD8DF. Grayscale: #464646. Windows color (decimal): -7198944 or 2107282. OLE color: 2107282.

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

Color convert

RGB 146 39 32 -
CMYK 0 0.73 0.78 0.43
HSL 3.68º 0.64% 0.35% -
HSV(B) 3.68º 0.78% 0.57% -
XYZ 12.84 7.67 2.17 -
YUV 70.2 106.45 182.07 -
System Red Green Blue C M Y K H S L
Decimal 146 39 32 0 0.73 0.78 0.43 3.68 0.64 0.35
Hex 92 27 20 0 49 4E 2B 4 40 23
Octal 222 47 40 0 111 116 53 4 100 43
Binary 10010010 100111 100000 0 1001001 1001110 101011 100 1000000 100011

Color Harmonies of #922720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #922720

Black with #922720

Text Example


Text Example

White with #922720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #922720; }

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

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

background-color css

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

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

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

border-color css

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

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

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