Html Css Color HEX #822620 Mandarian Orange

📋 copy color: '#822620'

red 130 ◦ green 38 ◦ blue 32

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

Shades of Mandarian Orange #822620

Tints of Mandarian Orange #822620

RGB

 RED value IS 130 (51.17% from 255) = 65%

 GREEN value IS 38 (15.23% from 255) = 19%

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

R = 65%
G = 19%
B = 16%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#822620 (or 0x822620) is known color: Mandarian Orange. HEX triplet: 82, 26 and 20. RGB value is (130,38,32). Sum of RGB (Red+Green+Blue) = 130+38+32=200 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65% from 200); Green value is 38 (15.23% from 255 or 19% from 200); Blue value is 32 (12.89% from 255 or 16% from 200); Max value from RGB is 130 - color contains mainly: red. Hex color #822620 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822620 is #7DD9DF. Grayscale: #404040. Windows color (decimal): -8247776 or 2107010. OLE color: 2107010.

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

Color convert

RGB 130 38 32 -
CMYK 0 0.71 0.75 0.49
HSL 3.67º 0.6% 0.32% -
HSV(B) 3.67º 0.75% 0.51% -
XYZ 10.16 6.24 2.03 -
YUV 64.82 109.48 174.49 -
System Red Green Blue C M Y K H S L
Decimal 130 38 32 0 0.71 0.75 0.49 3.67 0.6 0.32
Hex 82 26 20 0 47 4B 31 4 3C 20
Octal 202 46 40 0 107 113 61 4 74 40
Binary 10000010 100110 100000 0 1000111 1001011 110001 100 111100 100000

Color Harmonies of #822620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822620

Black with #822620

Text Example


Text Example

White with #822620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822620; }

 p { color: rgb(130,38,32); }

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

background-color css

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

 a { background-color: rgb(130,38,32); }

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

border-color css

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

 span { border-color: rgb(130,38,32); }

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