Html Css Color HEX #942613 Mandarian Orange

📋 copy color: '#942613'

red 148 ◦ green 38 ◦ blue 19

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

Shades of Mandarian Orange #942613

Tints of Mandarian Orange #942613

RGB

 RED value IS 148 (58.2% from 255) = 72.2%

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

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

R = 72.2%
G = 18.54%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#942613 (or 0x942613) is known color: Mandarian Orange. HEX triplet: 94, 26 and 13. RGB value is (148,38,19). Sum of RGB (Red+Green+Blue) = 148+38+19=205 (27% of max value = 765). Red value is 148 (58.20% from 255 or 72.20% from 205); Green value is 38 (15.23% from 255 or 18.54% from 205); Blue value is 19 (7.81% from 255 or 9.27% from 205); Max value from RGB is 148 - color contains mainly: red. Hex color #942613 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942613 is #6BD9EC. Grayscale: #444444. Windows color (decimal): -7068141 or 1255060. OLE color: 1255060.

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

Color convert

RGB 148 38 19 -
CMYK 0 0.74 0.87 0.42
HSL 8.84º 0.77% 0.33% -
HSV(B) 8.84º 0.87% 0.58% -
XYZ 13.02 7.73 1.42 -
YUV 68.72 99.94 184.54 -
System Red Green Blue C M Y K H S L
Decimal 148 38 19 0 0.74 0.87 0.42 8.84 0.77 0.33
Hex 94 26 13 0 4A 57 2A 9 4D 21
Octal 224 46 23 0 112 127 52 11 115 41
Binary 10010100 100110 10011 0 1001010 1010111 101010 1001 1001101 100001

Color Harmonies of #942613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942613

Black with #942613

Text Example


Text Example

White with #942613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942613; }

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

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

background-color css

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

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

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

border-color css

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

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

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