Html Css Color HEX #921D17 Mandarian Orange

📋 copy color: '#921D17'

red 146 ◦ green 29 ◦ blue 23

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

Shades of Mandarian Orange #921D17

Tints of Mandarian Orange #921D17

RGB

 RED value IS 146 (57.42% from 255) = 73.74%

 GREEN value IS 29 (11.72% from 255) = 14.65%

 BLUE value IS 23 (9.38% from 255) = 11.62%

R = 73.74%
G = 14.65%
B = 11.62%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.43

RGB Variations

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

Color information

#921D17 (or 0x921D17) is known color: Mandarian Orange. HEX triplet: 92, 1D and 17. RGB value is (146,29,23). Sum of RGB (Red+Green+Blue) = 146+29+23=198 (26% of max value = 765). Red value is 146 (57.42% from 255 or 73.74% from 198); Green value is 29 (11.72% from 255 or 14.65% from 198); Blue value is 23 (9.38% from 255 or 11.62% from 198); Max value from RGB is 146 - color contains mainly: red. Hex color #921D17 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #921D17 is #6DE2E8. Grayscale: #3F3F3F. Windows color (decimal): -7201513 or 1514898. OLE color: 1514898.

HSL color Cylindrical-coordinate representation of color #921D17: hue angle of 2.93º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #921D17 is Cyan = 0, Magento = 0.80, Yellow = 0.84 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 29 23 -
CMYK 0 0.80 0.84 0.43
HSL 2.93º 0.73% 0.33% -
HSV(B) 2.93º 0.84% 0.57% -
XYZ 12.45 7.05 1.52 -
YUV 63.3 105.26 186.99 -
System Red Green Blue C M Y K H S L
Decimal 146 29 23 0 0.80 0.84 0.43 2.93 0.73 0.33
Hex 92 1D 17 0 50 54 2B 3 49 21
Octal 222 35 27 0 120 124 53 3 111 41
Binary 10010010 11101 10111 0 1010000 1010100 101011 11 1001001 100001

Color Harmonies of #921D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #921D17

Black with #921D17

Text Example


Text Example

White with #921D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #921D17; }

 p { color: rgb(146,29,23); }

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

background-color css

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

 a { background-color: rgb(146,29,23); }

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

border-color css

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

 span { border-color: rgb(146,29,23); }

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