Html Css Color HEX #892220 Mandarian Orange

📋 copy color: '#892220'

red 137 ◦ green 34 ◦ blue 32

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

Shades of Mandarian Orange #892220

Tints of Mandarian Orange #892220

RGB

 RED value IS 137 (53.91% from 255) = 67.49%

 GREEN value IS 34 (13.67% from 255) = 16.75%

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

R = 67.49%
G = 16.75%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.77

 K value IS 0.46

RGB Variations

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

Color information

#892220 (or 0x892220) is known color: Mandarian Orange. HEX triplet: 89, 22 and 20. RGB value is (137,34,32). Sum of RGB (Red+Green+Blue) = 137+34+32=203 (26% of max value = 765). Red value is 137 (53.91% from 255 or 67.49% from 203); Green value is 34 (13.67% from 255 or 16.75% from 203); Blue value is 32 (12.89% from 255 or 15.76% from 203); Max value from RGB is 137 - color contains mainly: red. Hex color #892220 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892220 is #76DDDF. Grayscale: #404040. Windows color (decimal): -7790048 or 2105993. OLE color: 2105993.

HSL color Cylindrical-coordinate representation of color #892220: hue angle of 1.14º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #892220 is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 34 32 -
CMYK 0 0.75 0.77 0.46
HSL 1.14º 0.62% 0.33% -
HSV(B) 1.14º 0.77% 0.54% -
XYZ 11.15 6.57 2.05 -
YUV 64.57 109.62 179.66 -
System Red Green Blue C M Y K H S L
Decimal 137 34 32 0 0.75 0.77 0.46 1.14 0.62 0.33
Hex 89 22 20 0 4B 4D 2E 1 3E 21
Octal 211 42 40 0 113 115 56 1 76 41
Binary 10001001 100010 100000 0 1001011 1001101 101110 1 111110 100001

Color Harmonies of #892220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892220

Black with #892220

Text Example


Text Example

White with #892220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892220; }

 p { color: rgb(137,34,32); }

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

background-color css

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

 a { background-color: rgb(137,34,32); }

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

border-color css

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

 span { border-color: rgb(137,34,32); }

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