#84231E

Color #84231E Mandarian Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandarian Orange #84231E

Tints of Mandarian Orange #84231E

Color information

#84231E (or 0x84231E) is unknown color: approx Mandarian Orange. HEX triplet: 84, 23 and 1E. RGB value is (132,35,30). Sum of RGB (Red+Green+Blue) = 132+35+30=197 (26% of max value = 765). Red value is 132 (51.95% from 255 or 67.01% from 197); Green value is 35 (14.06% from 255 or 17.77% from 197); Blue value is 30 (12.11% from 255 or 15.23% from 197); Max value from RGB is 132 - color contains mainly: red. Hex color #84231E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84231E is #7BDCE1. Grayscale: #3F3F3F. Windows color (decimal): -8117474 or 1975172. OLE color: 1975172.

HSL color Cylindrical-coordinate representation of color #84231E: hue angle of 2.94º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #84231E is Cyan = 0, Magento = 0.73, Yellow = 0.77 and Black (K on CMYK) = 0.48.

Color convert

RGB1323530-
CMYK00.730.770.48
HSL2.94º62.96%31.76%-
HSV(B)2.94º77.27%51.76%-
XYZ10.356.21.88-
YUV63.43109.14176.91-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 67.01%
GREEN value IS 35 (14.06% from 255) = 17.77%
BLUE value IS 30 (12.11% from 255) = 15.23%
R=67.01%
G=17.77%
B=15.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.77
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132353000.730.770.482.9462.9631.76
Hex84231E0494D3033f20
Octal204433601111156037740
Binary100001001000111111001001001100110111000011111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84231E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84231E; }

 p { color: rgb(132,35,30); }

 H1.HeaderClassName
 {
   color: #84231E;
 }
 .AnyTagClassName
 {
   color: #84231E;
 }
</style>
background-color css

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

 a { background-color: rgb(132,35,30); }

 div.DivClassName
 {
   background-color: #84231E;
 }
 .BgClassName
 {
   background-color: #84231E;
 }
</style>
border-color css

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

 span { border-color: rgb(132,35,30); }

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