Html Css Color HEX #912524 Mandarian Orange

📋 copy color: '#912524'

red 145 ◦ green 37 ◦ blue 36

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

Shades of Mandarian Orange #912524

Tints of Mandarian Orange #912524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 16.51%

R = 66.51%
G = 16.97%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.75

 K value IS 0.43

RGB Variations

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

Color information

#912524 (or 0x912524) is known color: Mandarian Orange. HEX triplet: 91, 25 and 24. RGB value is (145,37,36). Sum of RGB (Red+Green+Blue) = 145+37+36=218 (28% of max value = 765). Red value is 145 (57.03% from 255 or 66.51% from 218); Green value is 37 (14.84% from 255 or 16.97% from 218); Blue value is 36 (14.45% from 255 or 16.51% from 218); Max value from RGB is 145 - color contains mainly: red. Hex color #912524 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912524 is #6EDADB. Grayscale: #454545. Windows color (decimal): -7264988 or 2368913. OLE color: 2368913.

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

Color convert

RGB 145 37 36 -
CMYK 0 0.74 0.75 0.43
HSL 0.55º 0.6% 0.35% -
HSV(B) 0.55º 0.75% 0.57% -
XYZ 12.66 7.47 2.44 -
YUV 69.18 109.28 182.08 -
System Red Green Blue C M Y K H S L
Decimal 145 37 36 0 0.74 0.75 0.43 0.55 0.6 0.35
Hex 91 25 24 0 4A 4B 2B 1 3C 23
Octal 221 45 44 0 112 113 53 1 74 43
Binary 10010001 100101 100100 0 1001010 1001011 101011 1 111100 100011

Color Harmonies of #912524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912524

Black with #912524

Text Example


Text Example

White with #912524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912524; }

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

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

background-color css

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

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

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

border-color css

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

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

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