Html Css Color HEX #922510 Mandarian Orange

📋 copy color: '#922510'

red 146 ◦ green 37 ◦ blue 16

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

Shades of Mandarian Orange #922510

Tints of Mandarian Orange #922510

RGB

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

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

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

R = 73.37%
G = 18.59%
B = 8.04%

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

#922510 (or 0x922510) is known color: Mandarian Orange. HEX triplet: 92, 25 and 10. RGB value is (146,37,16). Sum of RGB (Red+Green+Blue) = 146+37+16=199 (26% of max value = 765). Red value is 146 (57.42% from 255 or 73.37% from 199); Green value is 37 (14.84% from 255 or 18.59% from 199); Blue value is 16 (6.64% from 255 or 8.04% from 199); Max value from RGB is 146 - color contains mainly: red. Hex color #922510 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #922510 is #6DDAEF. Grayscale: #434343. Windows color (decimal): -7199472 or 1058194. OLE color: 1058194.

HSL color Cylindrical-coordinate representation of color #922510: hue angle of 9.69º 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 #922510 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 37 16 -
CMYK 0 0.75 0.89 0.43
HSL 9.69º 0.8% 0.32% -
HSV(B) 9.69º 0.89% 0.57% -
XYZ 12.61 7.47 1.27 -
YUV 67.2 99.11 184.21 -
System Red Green Blue C M Y K H S L
Decimal 146 37 16 0 0.75 0.89 0.43 9.69 0.8 0.32
Hex 92 25 10 0 4B 59 2B A 50 20
Octal 222 45 20 0 113 131 53 12 120 40
Binary 10010010 100101 10000 0 1001011 1011001 101011 1010 1010000 100000

Color Harmonies of #922510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #922510

Black with #922510

Text Example


Text Example

White with #922510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #922510; }

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

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

background-color css

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

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

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

border-color css

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

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

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