#95210C

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

Shades of Mandarian Orange #95210C

Tints of Mandarian Orange #95210C

Color information

#95210C (or 0x95210C) is unknown color: approx Mandarian Orange. HEX triplet: 95, 21 and 0C. RGB value is (149,33,12). Sum of RGB (Red+Green+Blue) = 149+33+12=194 (25% of max value = 765). Red value is 149 (58.59% from 255 or 76.80% from 194); Green value is 33 (13.28% from 255 or 17.01% from 194); Blue value is 12 (5.08% from 255 or 6.19% from 194); Max value from RGB is 149 - color contains mainly: red. Hex color #95210C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95210C is #6ADEF3. Grayscale: #414141. Windows color (decimal): -7003892 or 795029. OLE color: 795029.

HSL color Cylindrical-coordinate representation of color #95210C: hue angle of 9.2º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #95210C is Cyan = 0, Magento = 0.78, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB1493312-
CMYK00.780.920.42
HSL9.2º85.09%31.57%-
HSV(B)9.2º91.95%58.43%-
XYZ137.51.11-
YUV65.2997.93187.71-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 76.80%
GREEN value IS 33 (13.28% from 255) = 17.01%
BLUE value IS 12 (5.08% from 255) = 6.19%
R=76.80%
G=17.01%
B=6.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.92
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149331200.780.920.429.285.0931.57
Hex9521C04E5C2A95520
Octal22541140116134521112540
Binary10010101100001110001001110101110010101010011010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95210C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95210C; }

 p { color: rgb(149,33,12); }

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

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

 a { background-color: rgb(149,33,12); }

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

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

 span { border-color: rgb(149,33,12); }

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