Html Css Color HEX #832420 Mandarian Orange

📋 copy color: '#832420'

red 131 ◦ green 36 ◦ blue 32

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

Shades of Mandarian Orange #832420

Tints of Mandarian Orange #832420

RGB

 RED value IS 131 (51.56% from 255) = 65.83%

 GREEN value IS 36 (14.45% from 255) = 18.09%

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

R = 65.83%
G = 18.09%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.49

RGB Variations

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

Color information

#832420 (or 0x832420) is known color: Mandarian Orange. HEX triplet: 83, 24 and 20. RGB value is (131,36,32). Sum of RGB (Red+Green+Blue) = 131+36+32=199 (26% of max value = 765). Red value is 131 (51.56% from 255 or 65.83% from 199); Green value is 36 (14.45% from 255 or 18.09% from 199); Blue value is 32 (12.89% from 255 or 16.08% from 199); Max value from RGB is 131 - color contains mainly: red. Hex color #832420 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #832420 is #7CDBDF. Grayscale: #404040. Windows color (decimal): -8182752 or 2106499. OLE color: 2106499.

HSL color Cylindrical-coordinate representation of color #832420: hue angle of 2.42º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #832420 is Cyan = 0, Magento = 0.73, Yellow = 0.76 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 36 32 -
CMYK 0 0.73 0.76 0.49
HSL 2.42º 0.61% 0.32% -
HSV(B) 2.42º 0.76% 0.51% -
XYZ 10.25 6.19 2.02 -
YUV 63.95 109.97 175.83 -
System Red Green Blue C M Y K H S L
Decimal 131 36 32 0 0.73 0.76 0.49 2.42 0.61 0.32
Hex 83 24 20 0 49 4C 31 2 3D 20
Octal 203 44 40 0 111 114 61 2 75 40
Binary 10000011 100100 100000 0 1001001 1001100 110001 10 111101 100000

Color Harmonies of #832420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832420

Black with #832420

Text Example


Text Example

White with #832420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832420; }

 p { color: rgb(131,36,32); }

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

background-color css

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

 a { background-color: rgb(131,36,32); }

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

border-color css

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

 span { border-color: rgb(131,36,32); }

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