Html Css Color HEX #882C2A Mandarian Orange

📋 copy color: '#882C2A'

red 136 ◦ green 44 ◦ blue 42

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

Shades of Mandarian Orange #882C2A

Tints of Mandarian Orange #882C2A

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.82%

 BLUE value IS 42 (16.8% from 255) = 18.92%

R = 61.26%
G = 19.82%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#882C2A (or 0x882C2A) is known color: Mandarian Orange. HEX triplet: 88, 2C and 2A. RGB value is (136,44,42). Sum of RGB (Red+Green+Blue) = 136+44+42=222 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.26% from 222); Green value is 44 (17.58% from 255 or 19.82% from 222); Blue value is 42 (16.80% from 255 or 18.92% from 222); Max value from RGB is 136 - color contains mainly: red. Hex color #882C2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882C2A is #77D3D5. Grayscale: #474747. Windows color (decimal): -7853014 or 2763912. OLE color: 2763912.

HSL color Cylindrical-coordinate representation of color #882C2A: hue angle of 1.28º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #882C2A is Cyan = 0, Magento = 0.68, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 44 42 -
CMYK 0 0.68 0.69 0.47
HSL 1.28º 0.53% 0.35% -
HSV(B) 1.28º 0.69% 0.53% -
XYZ 11.47 7.2 2.98 -
YUV 71.28 111.48 174.16 -
System Red Green Blue C M Y K H S L
Decimal 136 44 42 0 0.68 0.69 0.47 1.28 0.53 0.35
Hex 88 2C 2A 0 44 45 2F 1 35 23
Octal 210 54 52 0 104 105 57 1 65 43
Binary 10001000 101100 101010 0 1000100 1000101 101111 1 110101 100011

Color Harmonies of #882C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882C2A

Black with #882C2A

Text Example


Text Example

White with #882C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882C2A; }

 p { color: rgb(136,44,42); }

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

background-color css

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

 a { background-color: rgb(136,44,42); }

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

border-color css

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

 span { border-color: rgb(136,44,42); }

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