#812624

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

Shades of Mandarian Orange #812624

Tints of Mandarian Orange #812624

Color information

#812624 (or 0x812624) is unknown color: approx Mandarian Orange. HEX triplet: 81, 26 and 24. RGB value is (129,38,36). Sum of RGB (Red+Green+Blue) = 129+38+36=203 (26% of max value = 765). Red value is 129 (50.78% from 255 or 63.55% from 203); Green value is 38 (15.23% from 255 or 18.72% from 203); Blue value is 36 (14.45% from 255 or 17.73% from 203); Max value from RGB is 129 - color contains mainly: red. Hex color #812624 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #812624 is #7ED9DB. Grayscale: #414141. Windows color (decimal): -8313308 or 2369153. OLE color: 2369153.

HSL color Cylindrical-coordinate representation of color #812624: hue angle of 1.29º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #812624 is Cyan = 0, Magento = 0.71, Yellow = 0.72 and Black (K on CMYK) = 0.49.

Color convert

RGB1293836-
CMYK00.710.720.49
HSL1.29º56.36%32.35%-
HSV(B)1.29º72.09%50.59%-
XYZ10.066.182.33-
YUV64.98111.65173.66-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 63.55%
GREEN value IS 38 (15.23% from 255) = 18.72%
BLUE value IS 36 (14.45% from 255) = 17.73%
R=63.55%
G=18.72%
B=17.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.72
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129383600.710.720.491.2956.3632.35
Hex812624047483113820
Octal201464401071106117040
Binary100000011001101001000100011110010001100011111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #812624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #812624; }

 p { color: rgb(129,38,36); }

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

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

 a { background-color: rgb(129,38,36); }

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

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

 span { border-color: rgb(129,38,36); }

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