Html Css Color HEX #882515 Mandarian Orange

📋 copy color: '#882515'

red 136 ◦ green 37 ◦ blue 21

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

Shades of Mandarian Orange #882515

Tints of Mandarian Orange #882515

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.07%

 BLUE value IS 21 (8.59% from 255) = 10.82%

R = 70.1%
G = 19.07%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#882515 (or 0x882515) is known color: Mandarian Orange. HEX triplet: 88, 25 and 15. RGB value is (136,37,21). Sum of RGB (Red+Green+Blue) = 136+37+21=194 (25% of max value = 765). Red value is 136 (53.52% from 255 or 70.10% from 194); Green value is 37 (14.84% from 255 or 19.07% from 194); Blue value is 21 (8.59% from 255 or 10.82% from 194); Max value from RGB is 136 - color contains mainly: red. Hex color #882515 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #882515 is #77DAEA. Grayscale: #404040. Windows color (decimal): -7854827 or 1385864. OLE color: 1385864.

HSL color Cylindrical-coordinate representation of color #882515: hue angle of 8.35º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #882515 is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 37 21 -
CMYK 0 0.73 0.85 0.47
HSL 8.35º 0.73% 0.31% -
HSV(B) 8.35º 0.85% 0.53% -
XYZ 10.95 6.61 1.41 -
YUV 64.78 103.3 178.8 -
System Red Green Blue C M Y K H S L
Decimal 136 37 21 0 0.73 0.85 0.47 8.35 0.73 0.31
Hex 88 25 15 0 49 55 2F 8 49 1F
Octal 210 45 25 0 111 125 57 10 111 37
Binary 10001000 100101 10101 0 1001001 1010101 101111 1000 1001001 11111

Color Harmonies of #882515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882515

Black with #882515

Text Example


Text Example

White with #882515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882515; }

 p { color: rgb(136,37,21); }

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

background-color css

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

 a { background-color: rgb(136,37,21); }

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

border-color css

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

 span { border-color: rgb(136,37,21); }

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