Html Css Color HEX #912923 Mandarian Orange

📋 copy color: '#912923'

red 145 ◦ green 41 ◦ blue 35

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

Shades of Mandarian Orange #912923

Tints of Mandarian Orange #912923

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 15.84%

R = 65.61%
G = 18.55%
B = 15.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.76

 K value IS 0.43

RGB Variations

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

Color information

#912923 (or 0x912923) is known color: Mandarian Orange. HEX triplet: 91, 29 and 23. RGB value is (145,41,35). Sum of RGB (Red+Green+Blue) = 145+41+35=221 (29% of max value = 765). Red value is 145 (57.03% from 255 or 65.61% from 221); Green value is 41 (16.41% from 255 or 18.55% from 221); Blue value is 35 (14.06% from 255 or 15.84% from 221); Max value from RGB is 145 - color contains mainly: red. Hex color #912923 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #912923 is #6ED6DC. Grayscale: #474747. Windows color (decimal): -7263965 or 2304401. OLE color: 2304401.

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

Color convert

RGB 145 41 35 -
CMYK 0 0.72 0.76 0.43
HSL 3.27º 0.61% 0.35% -
HSV(B) 3.27º 0.76% 0.57% -
XYZ 12.77 7.73 2.41 -
YUV 71.41 107.46 180.49 -
System Red Green Blue C M Y K H S L
Decimal 145 41 35 0 0.72 0.76 0.43 3.27 0.61 0.35
Hex 91 29 23 0 48 4C 2B 3 3D 23
Octal 221 51 43 0 110 114 53 3 75 43
Binary 10010001 101001 100011 0 1001000 1001100 101011 11 111101 100011

Color Harmonies of #912923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #912923

Black with #912923

Text Example


Text Example

White with #912923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #912923; }

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

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

background-color css

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

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

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

border-color css

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

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

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