Html Css Color HEX #882422 Mandarian Orange

📋 copy color: '#882422'

red 136 ◦ green 36 ◦ blue 34

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

Shades of Mandarian Orange #882422

Tints of Mandarian Orange #882422

RGB

 RED value IS 136 (53.52% from 255) = 66.02%

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

 BLUE value IS 34 (13.67% from 255) = 16.5%

R = 66.02%
G = 17.48%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.75

 K value IS 0.47

RGB Variations

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

Color information

#882422 (or 0x882422) is known color: Mandarian Orange. HEX triplet: 88, 24 and 22. RGB value is (136,36,34). Sum of RGB (Red+Green+Blue) = 136+36+34=206 (27% of max value = 765). Red value is 136 (53.52% from 255 or 66.02% from 206); Green value is 36 (14.45% from 255 or 17.48% from 206); Blue value is 34 (13.67% from 255 or 16.50% from 206); Max value from RGB is 136 - color contains mainly: red. Hex color #882422 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882422 is #77DBDD. Grayscale: #414141. Windows color (decimal): -7855070 or 2237576. OLE color: 2237576.

HSL color Cylindrical-coordinate representation of color #882422: hue angle of 1.18º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #882422 is Cyan = 0, Magento = 0.74, Yellow = 0.75 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 36 34 -
CMYK 0 0.74 0.75 0.47
HSL 1.18º 0.6% 0.33% -
HSV(B) 1.18º 0.75% 0.53% -
XYZ 11.07 6.61 2.21 -
YUV 65.67 110.13 178.16 -
System Red Green Blue C M Y K H S L
Decimal 136 36 34 0 0.74 0.75 0.47 1.18 0.6 0.33
Hex 88 24 22 0 4A 4B 2F 1 3C 21
Octal 210 44 42 0 112 113 57 1 74 41
Binary 10001000 100100 100010 0 1001010 1001011 101111 1 111100 100001

Color Harmonies of #882422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882422

Black with #882422

Text Example


Text Example

White with #882422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882422; }

 p { color: rgb(136,36,34); }

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

background-color css

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

 a { background-color: rgb(136,36,34); }

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

border-color css

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

 span { border-color: rgb(136,36,34); }

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