#852619

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

Shades of Mandarian Orange #852619

Tints of Mandarian Orange #852619

Color information

#852619 (or 0x852619) is unknown color: approx Mandarian Orange. HEX triplet: 85, 26 and 19. RGB value is (133,38,25). Sum of RGB (Red+Green+Blue) = 133+38+25=196 (25% of max value = 765). Red value is 133 (52.34% from 255 or 67.86% from 196); Green value is 38 (15.23% from 255 or 19.39% from 196); Blue value is 25 (10.16% from 255 or 12.76% from 196); Max value from RGB is 133 - color contains mainly: red. Hex color #852619 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #852619 is #7AD9E6. Grayscale: #414141. Windows color (decimal): -8051175 or 1648261. OLE color: 1648261.

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

Color convert

RGB1333825-
CMYK00.710.810.48
HSL7.22º68.35%30.98%-
HSV(B)7.22º81.2%52.16%-
XYZ10.546.441.61-
YUV64.92105.47176.56-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 67.86%
GREEN value IS 38 (15.23% from 255) = 19.39%
BLUE value IS 25 (10.16% from 255) = 12.76%
R=67.86%
G=19.39%
B=12.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.81
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133382500.710.810.487.2268.3530.98
Hex85261904751307441f
Octal2054631010712160710437
Binary1000010110011011001010001111010001110000111100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #852619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #852619; }

 p { color: rgb(133,38,25); }

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

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

 a { background-color: rgb(133,38,25); }

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

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

 span { border-color: rgb(133,38,25); }

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