#842926

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

Shades of Mandarian Orange #842926

Tints of Mandarian Orange #842926

Color information

#842926 (or 0x842926) is unknown color: approx Mandarian Orange. HEX triplet: 84, 29 and 26. RGB value is (132,41,38). Sum of RGB (Red+Green+Blue) = 132+41+38=211 (27% of max value = 765). Red value is 132 (51.95% from 255 or 62.56% from 211); Green value is 41 (16.41% from 255 or 19.43% from 211); Blue value is 38 (15.23% from 255 or 18.01% from 211); Max value from RGB is 132 - color contains mainly: red. Hex color #842926 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842926 is #7BD6D9. Grayscale: #434343. Windows color (decimal): -8115930 or 2500996. OLE color: 2500996.

HSL color Cylindrical-coordinate representation of color #842926: hue angle of 1.91º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #842926 is Cyan = 0, Magento = 0.69, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB1324138-
CMYK00.690.710.48
HSL1.91º55.29%33.33%-
HSV(B)1.91º71.21%51.76%-
XYZ10.666.632.55-
YUV67.87111.15173.74-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 62.56%
GREEN value IS 41 (16.41% from 255) = 19.43%
BLUE value IS 38 (15.23% from 255) = 18.01%
R=62.56%
G=19.43%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132413800.690.710.481.9155.2933.33
Hex842926045473023721
Octal204514601051076026741
Binary1000010010100110011001000101100011111000010110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842926; }

 p { color: rgb(132,41,38); }

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

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

 a { background-color: rgb(132,41,38); }

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

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

 span { border-color: rgb(132,41,38); }

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