Html Css Color HEX #932820 Mandarian Orange

📋 copy color: '#932820'

red 147 ◦ green 40 ◦ blue 32

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

Shades of Mandarian Orange #932820

Tints of Mandarian Orange #932820

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.26%

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

R = 67.12%
G = 18.26%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#932820 (or 0x932820) is known color: Mandarian Orange. HEX triplet: 93, 28 and 20. RGB value is (147,40,32). Sum of RGB (Red+Green+Blue) = 147+40+32=219 (29% of max value = 765). Red value is 147 (57.81% from 255 or 67.12% from 219); Green value is 40 (16.02% from 255 or 18.26% from 219); Blue value is 32 (12.89% from 255 or 14.61% from 219); Max value from RGB is 147 - color contains mainly: red. Hex color #932820 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #932820 is #6CD7DF. Grayscale: #474747. Windows color (decimal): -7133152 or 2107539. OLE color: 2107539.

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

Color convert

RGB 147 40 32 -
CMYK 0 0.73 0.78 0.42
HSL 4.17º 0.64% 0.35% -
HSV(B) 4.17º 0.78% 0.58% -
XYZ 13.05 7.82 2.19 -
YUV 71.08 105.95 182.15 -
System Red Green Blue C M Y K H S L
Decimal 147 40 32 0 0.73 0.78 0.42 4.17 0.64 0.35
Hex 93 28 20 0 49 4E 2A 4 40 23
Octal 223 50 40 0 111 116 52 4 100 43
Binary 10010011 101000 100000 0 1001001 1001110 101010 100 1000000 100011

Color Harmonies of #932820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #932820

Black with #932820

Text Example


Text Example

White with #932820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #932820; }

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

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

background-color css

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

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

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

border-color css

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

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

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