Html Css Color HEX #912522 Mandarian Orange

📋 copy color: '#912522'

red 145 ◦ green 37 ◦ blue 34

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

Shades of Mandarian Orange #912522

Tints of Mandarian Orange #912522

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.13%

 BLUE value IS 34 (13.67% from 255) = 15.74%

R = 67.13%
G = 17.13%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.43

RGB Variations

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

Color information

#912522 (or 0x912522) is known color: Mandarian Orange. HEX triplet: 91, 25 and 22. RGB value is (145,37,34). Sum of RGB (Red+Green+Blue) = 145+37+34=216 (28% of max value = 765). Red value is 145 (57.03% from 255 or 67.13% from 216); Green value is 37 (14.84% from 255 or 17.13% from 216); Blue value is 34 (13.67% from 255 or 15.74% from 216); Max value from RGB is 145 - color contains mainly: red. Hex color #912522 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912522 is #6EDADD. Grayscale: #454545. Windows color (decimal): -7264990 or 2237841. OLE color: 2237841.

HSL color Cylindrical-coordinate representation of color #912522: hue angle of 1.62º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #912522 is Cyan = 0, Magento = 0.74, Yellow = 0.77 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 37 34 -
CMYK 0 0.74 0.77 0.43
HSL 1.62º 0.62% 0.35% -
HSV(B) 1.62º 0.77% 0.57% -
XYZ 12.63 7.46 2.29 -
YUV 68.95 108.28 182.24 -
System Red Green Blue C M Y K H S L
Decimal 145 37 34 0 0.74 0.77 0.43 1.62 0.62 0.35
Hex 91 25 22 0 4A 4D 2B 2 3E 23
Octal 221 45 42 0 112 115 53 2 76 43
Binary 10010001 100101 100010 0 1001010 1001101 101011 10 111110 100011

Color Harmonies of #912522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912522

Black with #912522

Text Example


Text Example

White with #912522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912522; }

 p { color: rgb(145,37,34); }

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

background-color css

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

 a { background-color: rgb(145,37,34); }

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

border-color css

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

 span { border-color: rgb(145,37,34); }

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