#912B2A

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

Shades of Mandarian Orange #912B2A

Tints of Mandarian Orange #912B2A

Color information

#912B2A (or 0x912B2A) is unknown color: approx Mandarian Orange. HEX triplet: 91, 2B and 2A. RGB value is (145,43,42). Sum of RGB (Red+Green+Blue) = 145+43+42=230 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.04% from 230); Green value is 43 (17.19% from 255 or 18.70% from 230); Blue value is 42 (16.80% from 255 or 18.26% from 230); Max value from RGB is 145 - color contains mainly: red. Hex color #912B2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912B2A is #6ED4D5. Grayscale: #494949. Windows color (decimal): -7263446 or 2763665. OLE color: 2763665.

HSL color Cylindrical-coordinate representation of color #912B2A: hue angle of 0.58º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #912B2A is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.43.

Color convert

RGB1454342-
CMYK00.700.710.43
HSL0.58º55.08%36.67%-
HSV(B)0.58º71.03%56.86%-
XYZ12.967.913.04-
YUV73.38110.29179.08-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 63.04%
GREEN value IS 43 (17.19% from 255) = 18.70%
BLUE value IS 42 (16.80% from 255) = 18.26%
R=63.04%
G=18.70%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.71
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145434200.700.710.430.5855.0836.67
Hex912B2A046472B13725
Octal221535201061075316745
Binary100100011010111010100100011010001111010111110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #912B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #912B2A; }

 p { color: rgb(145,43,42); }

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

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

 a { background-color: rgb(145,43,42); }

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

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

 span { border-color: rgb(145,43,42); }

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