Html Css Color HEX #912926 Mandarian Orange

📋 copy color: '#912926'

red 145 ◦ green 41 ◦ blue 38

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

Shades of Mandarian Orange #912926

Tints of Mandarian Orange #912926

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.3%

 BLUE value IS 38 (15.23% from 255) = 16.96%

R = 64.73%
G = 18.3%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.74

 K value IS 0.43

RGB Variations

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

Color information

#912926 (or 0x912926) is known color: Mandarian Orange. HEX triplet: 91, 29 and 26. RGB value is (145,41,38). Sum of RGB (Red+Green+Blue) = 145+41+38=224 (29% of max value = 765). Red value is 145 (57.03% from 255 or 64.73% from 224); Green value is 41 (16.41% from 255 or 18.30% from 224); Blue value is 38 (15.23% from 255 or 16.96% from 224); Max value from RGB is 145 - color contains mainly: red. Hex color #912926 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912926 is #6ED6D9. Grayscale: #474747. Windows color (decimal): -7263962 or 2501009. OLE color: 2501009.

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

Color convert

RGB 145 41 38 -
CMYK 0 0.72 0.74 0.43
HSL 1.68º 0.58% 0.36% -
HSV(B) 1.68º 0.74% 0.57% -
XYZ 12.82 7.75 2.65 -
YUV 71.75 108.96 180.24 -
System Red Green Blue C M Y K H S L
Decimal 145 41 38 0 0.72 0.74 0.43 1.68 0.58 0.36
Hex 91 29 26 0 48 4A 2B 2 3A 24
Octal 221 51 46 0 110 112 53 2 72 44
Binary 10010001 101001 100110 0 1001000 1001010 101011 10 111010 100100

Color Harmonies of #912926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912926

Black with #912926

Text Example


Text Example

White with #912926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912926; }

 p { color: rgb(145,41,38); }

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

background-color css

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

 a { background-color: rgb(145,41,38); }

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

border-color css

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

 span { border-color: rgb(145,41,38); }

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