Html Css Color HEX #922410 Mandarian Orange

📋 copy color: '#922410'

red 146 ◦ green 36 ◦ blue 16

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

Shades of Mandarian Orange #922410

Tints of Mandarian Orange #922410

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18.18%

 BLUE value IS 16 (6.64% from 255) = 8.08%

R = 73.74%
G = 18.18%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.43

RGB Variations

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

Color information

#922410 (or 0x922410) is known color: Mandarian Orange. HEX triplet: 92, 24 and 10. RGB value is (146,36,16). Sum of RGB (Red+Green+Blue) = 146+36+16=198 (26% of max value = 765). Red value is 146 (57.42% from 255 or 73.74% from 198); Green value is 36 (14.45% from 255 or 18.18% from 198); Blue value is 16 (6.64% from 255 or 8.08% from 198); Max value from RGB is 146 - color contains mainly: red. Hex color #922410 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #922410 is #6DDBEF. Grayscale: #424242. Windows color (decimal): -7199728 or 1057938. OLE color: 1057938.

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

Color convert

RGB 146 36 16 -
CMYK 0 0.75 0.89 0.43
HSL 9.23º 0.8% 0.32% -
HSV(B) 9.23º 0.89% 0.57% -
XYZ 12.58 7.41 1.26 -
YUV 66.61 99.44 184.63 -
System Red Green Blue C M Y K H S L
Decimal 146 36 16 0 0.75 0.89 0.43 9.23 0.8 0.32
Hex 92 24 10 0 4B 59 2B 9 50 20
Octal 222 44 20 0 113 131 53 11 120 40
Binary 10010010 100100 10000 0 1001011 1011001 101011 1001 1010000 100000

Color Harmonies of #922410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #922410

Black with #922410

Text Example


Text Example

White with #922410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #922410; }

 p { color: rgb(146,36,16); }

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

background-color css

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

 a { background-color: rgb(146,36,16); }

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

border-color css

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

 span { border-color: rgb(146,36,16); }

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