Html Css Color HEX #922613 Mandarian Orange

📋 copy color: '#922613'

red 146 ◦ green 38 ◦ blue 19

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

Shades of Mandarian Orange #922613

Tints of Mandarian Orange #922613

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.72%

 BLUE value IS 19 (7.81% from 255) = 9.36%

R = 71.92%
G = 18.72%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.87

 K value IS 0.43

RGB Variations

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

Color information

#922613 (or 0x922613) is known color: Mandarian Orange. HEX triplet: 92, 26 and 13. RGB value is (146,38,19). Sum of RGB (Red+Green+Blue) = 146+38+19=203 (26% of max value = 765). Red value is 146 (57.42% from 255 or 71.92% from 203); Green value is 38 (15.23% from 255 or 18.72% from 203); Blue value is 19 (7.81% from 255 or 9.36% from 203); Max value from RGB is 146 - color contains mainly: red. Hex color #922613 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #922613 is #6DD9EC. Grayscale: #444444. Windows color (decimal): -7199213 or 1255058. OLE color: 1255058.

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

Color convert

RGB 146 38 19 -
CMYK 0 0.74 0.87 0.43
HSL 8.98º 0.77% 0.32% -
HSV(B) 8.98º 0.87% 0.57% -
XYZ 12.66 7.54 1.4 -
YUV 68.13 100.28 183.54 -
System Red Green Blue C M Y K H S L
Decimal 146 38 19 0 0.74 0.87 0.43 8.98 0.77 0.32
Hex 92 26 13 0 4A 57 2B 9 4D 20
Octal 222 46 23 0 112 127 53 11 115 40
Binary 10010010 100110 10011 0 1001010 1010111 101011 1001 1001101 100000

Color Harmonies of #922613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #922613

Black with #922613

Text Example


Text Example

White with #922613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #922613; }

 p { color: rgb(146,38,19); }

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

background-color css

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

 a { background-color: rgb(146,38,19); }

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

border-color css

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

 span { border-color: rgb(146,38,19); }

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