Html Css Color HEX #992520 Mandarian Orange

📋 copy color: '#992520'

red 153 ◦ green 37 ◦ blue 32

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

Shades of Mandarian Orange #992520

Tints of Mandarian Orange #992520

RGB

 RED value IS 153 (60.16% from 255) = 68.92%

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

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

R = 68.92%
G = 16.67%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.4

RGB Variations

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

Color information

#992520 (or 0x992520) is known color: Mandarian Orange. HEX triplet: 99, 25 and 20. RGB value is (153,37,32). Sum of RGB (Red+Green+Blue) = 153+37+32=222 (29% of max value = 765). Red value is 153 (60.16% from 255 or 68.92% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 32 (12.89% from 255 or 14.41% from 222); Max value from RGB is 153 - color contains mainly: red. Hex color #992520 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992520 is #66DADF. Grayscale: #474747. Windows color (decimal): -6740704 or 2106777. OLE color: 2106777.

HSL color Cylindrical-coordinate representation of color #992520: hue angle of 2.48º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #992520 is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 37 32 -
CMYK 0 0.76 0.79 0.4
HSL 2.48º 0.65% 0.36% -
HSV(B) 2.48º 0.79% 0.6% -
XYZ 14.06 8.2 2.21 -
YUV 71.11 105.93 186.41 -
System Red Green Blue C M Y K H S L
Decimal 153 37 32 0 0.76 0.79 0.4 2.48 0.65 0.36
Hex 99 25 20 0 4C 4F 28 2 41 24
Octal 231 45 40 0 114 117 50 2 101 44
Binary 10011001 100101 100000 0 1001100 1001111 101000 10 1000001 100100

Color Harmonies of #992520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992520

Black with #992520

Text Example


Text Example

White with #992520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992520; }

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

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

background-color css

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

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

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

border-color css

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

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

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