Html Css Color HEX #822721 Mandarian Orange

📋 copy color: '#822721'

red 130 ◦ green 39 ◦ blue 33

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

Shades of Mandarian Orange #822721

Tints of Mandarian Orange #822721

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.31%

 BLUE value IS 33 (13.28% from 255) = 16.34%

R = 64.36%
G = 19.31%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.75

 K value IS 0.49

RGB Variations

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

Color information

#822721 (or 0x822721) is known color: Mandarian Orange. HEX triplet: 82, 27 and 21. RGB value is (130,39,33). Sum of RGB (Red+Green+Blue) = 130+39+33=202 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.36% from 202); Green value is 39 (15.62% from 255 or 19.31% from 202); Blue value is 33 (13.28% from 255 or 16.34% from 202); Max value from RGB is 130 - color contains mainly: red. Hex color #822721 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #822721 is #7DD8DE. Grayscale: #414141. Windows color (decimal): -8247519 or 2172802. OLE color: 2172802.

HSL color Cylindrical-coordinate representation of color #822721: hue angle of 3.71º 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 #822721 is Cyan = 0, Magento = 0.70, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 39 33 -
CMYK 0 0.70 0.75 0.49
HSL 3.71º 0.6% 0.32% -
HSV(B) 3.71º 0.75% 0.51% -
XYZ 10.21 6.31 2.12 -
YUV 65.53 109.65 173.99 -
System Red Green Blue C M Y K H S L
Decimal 130 39 33 0 0.70 0.75 0.49 3.71 0.6 0.32
Hex 82 27 21 0 46 4B 31 4 3C 20
Octal 202 47 41 0 106 113 61 4 74 40
Binary 10000010 100111 100001 0 1000110 1001011 110001 100 111100 100000

Color Harmonies of #822721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #822721

Black with #822721

Text Example


Text Example

White with #822721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #822721; }

 p { color: rgb(130,39,33); }

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

background-color css

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

 a { background-color: rgb(130,39,33); }

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

border-color css

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

 span { border-color: rgb(130,39,33); }

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