Html Css Color HEX #932520 Mandarian Orange

📋 copy color: '#932520'

red 147 ◦ green 37 ◦ blue 32

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

Shades of Mandarian Orange #932520

Tints of Mandarian Orange #932520

RGB

 RED value IS 147 (57.81% from 255) = 68.06%

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

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

R = 68.06%
G = 17.13%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#932520 (or 0x932520) is known color: Mandarian Orange. HEX triplet: 93, 25 and 20. RGB value is (147,37,32). Sum of RGB (Red+Green+Blue) = 147+37+32=216 (28% of max value = 765). Red value is 147 (57.81% from 255 or 68.06% from 216); Green value is 37 (14.84% from 255 or 17.13% from 216); Blue value is 32 (12.89% from 255 or 14.81% from 216); Max value from RGB is 147 - color contains mainly: red. Hex color #932520 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #932520 is #6CDADF. Grayscale: #454545. Windows color (decimal): -7133920 or 2106771. OLE color: 2106771.

HSL color Cylindrical-coordinate representation of color #932520: hue angle of 2.61º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #932520 is Cyan = 0, Magento = 0.75, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 37 32 -
CMYK 0 0.75 0.78 0.42
HSL 2.61º 0.64% 0.35% -
HSV(B) 2.61º 0.78% 0.58% -
XYZ 12.95 7.63 2.16 -
YUV 69.32 106.94 183.41 -
System Red Green Blue C M Y K H S L
Decimal 147 37 32 0 0.75 0.78 0.42 2.61 0.64 0.35
Hex 93 25 20 0 4B 4E 2A 3 40 23
Octal 223 45 40 0 113 116 52 3 100 43
Binary 10010011 100101 100000 0 1001011 1001110 101010 11 1000000 100011

Color Harmonies of #932520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932520

Black with #932520

Text Example


Text Example

White with #932520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #932520; }

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

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

background-color css

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

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

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

border-color css

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

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

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