Html Css Color HEX #892520 Mandarian Orange

📋 copy color: '#892520'

red 137 ◦ green 37 ◦ blue 32

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

Shades of Mandarian Orange #892520

Tints of Mandarian Orange #892520

RGB

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

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

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

R = 66.5%
G = 17.96%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.46

RGB Variations

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

Color information

#892520 (or 0x892520) is known color: Mandarian Orange. HEX triplet: 89, 25 and 20. RGB value is (137,37,32). Sum of RGB (Red+Green+Blue) = 137+37+32=206 (27% of max value = 765). Red value is 137 (53.91% from 255 or 66.50% from 206); Green value is 37 (14.84% from 255 or 17.96% from 206); Blue value is 32 (12.89% from 255 or 15.53% from 206); Max value from RGB is 137 - color contains mainly: red. Hex color #892520 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892520 is #76DADF. Grayscale: #424242. Windows color (decimal): -7789280 or 2106761. OLE color: 2106761.

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

Color convert

RGB 137 37 32 -
CMYK 0 0.73 0.77 0.46
HSL 2.86º 0.62% 0.33% -
HSV(B) 2.86º 0.77% 0.54% -
XYZ 11.24 6.75 2.08 -
YUV 66.33 108.63 178.41 -
System Red Green Blue C M Y K H S L
Decimal 137 37 32 0 0.73 0.77 0.46 2.86 0.62 0.33
Hex 89 25 20 0 49 4D 2E 3 3E 21
Octal 211 45 40 0 111 115 56 3 76 41
Binary 10001001 100101 100000 0 1001001 1001101 101110 11 111110 100001

Color Harmonies of #892520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892520

Black with #892520

Text Example


Text Example

White with #892520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892520; }

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

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

background-color css

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

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

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

border-color css

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

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

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