Html Css Color HEX #912D28 Mandarian Orange

📋 copy color: '#912D28'

red 145 ◦ green 45 ◦ blue 40

#912D28
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandarian Orange #912D28

Tints of Mandarian Orange #912D28

RGB

 RED value IS 145 (57.03% from 255) = 63.04%

 GREEN value IS 45 (17.97% from 255) = 19.57%

 BLUE value IS 40 (16.02% from 255) = 17.39%

R = 63.04%
G = 19.57%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.43

RGB Variations

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

Color information

#912D28 (or 0x912D28) is known color: Mandarian Orange. HEX triplet: 91, 2D and 28. RGB value is (145,45,40). Sum of RGB (Red+Green+Blue) = 145+45+40=230 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.04% from 230); Green value is 45 (17.97% from 255 or 19.57% from 230); Blue value is 40 (16.02% from 255 or 17.39% from 230); Max value from RGB is 145 - color contains mainly: red. Hex color #912D28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912D28 is #6ED2D7. Grayscale: #4A4A4A. Windows color (decimal): -7262936 or 2633105. OLE color: 2633105.

HSL color Cylindrical-coordinate representation of color #912D28: hue angle of 2.86º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #912D28 is Cyan = 0, Magento = 0.69, Yellow = 0.72 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 45 40 -
CMYK 0 0.69 0.72 0.43
HSL 2.86º 0.57% 0.36% -
HSV(B) 2.86º 0.72% 0.57% -
XYZ 13 8.05 2.88 -
YUV 74.33 108.63 178.41 -
System Red Green Blue C M Y K H S L
Decimal 145 45 40 0 0.69 0.72 0.43 2.86 0.57 0.36
Hex 91 2D 28 0 45 48 2B 3 39 24
Octal 221 55 50 0 105 110 53 3 71 44
Binary 10010001 101101 101000 0 1000101 1001000 101011 11 111001 100100

Color Harmonies of #912D28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912D28

Black with #912D28

Text Example


Text Example

White with #912D28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,45,40); }

 H1.HeaderClassName
 {
   color: #912D28;
 }
 .AnyTagClassName
 {
   color: #912D28;
 }
</style>

background-color css

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

 a { background-color: rgb(145,45,40); }

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

border-color css

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

 span { border-color: rgb(145,45,40); }

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