Html Css Color HEX #942813 Mandarian Orange

📋 copy color: '#942813'

red 148 ◦ green 40 ◦ blue 19

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

Shades of Mandarian Orange #942813

Tints of Mandarian Orange #942813

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.32%

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

R = 71.5%
G = 19.32%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.87

 K value IS 0.42

RGB Variations

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

Color information

#942813 (or 0x942813) is known color: Mandarian Orange. HEX triplet: 94, 28 and 13. RGB value is (148,40,19). Sum of RGB (Red+Green+Blue) = 148+40+19=207 (27% of max value = 765). Red value is 148 (58.20% from 255 or 71.50% from 207); Green value is 40 (16.02% from 255 or 19.32% from 207); Blue value is 19 (7.81% from 255 or 9.18% from 207); Max value from RGB is 148 - color contains mainly: red. Hex color #942813 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942813 is #6BD7EC. Grayscale: #464646. Windows color (decimal): -7067629 or 1255572. OLE color: 1255572.

HSL color Cylindrical-coordinate representation of color #942813: hue angle of 9.77º 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 #942813 is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 40 19 -
CMYK 0 0.73 0.87 0.42
HSL 9.77º 0.77% 0.33% -
HSV(B) 9.77º 0.87% 0.58% -
XYZ 13.09 7.86 1.44 -
YUV 69.9 99.28 183.71 -
System Red Green Blue C M Y K H S L
Decimal 148 40 19 0 0.73 0.87 0.42 9.77 0.77 0.33
Hex 94 28 13 0 49 57 2A A 4D 21
Octal 224 50 23 0 111 127 52 12 115 41
Binary 10010100 101000 10011 0 1001001 1010111 101010 1010 1001101 100001

Color Harmonies of #942813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942813

Black with #942813

Text Example


Text Example

White with #942813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942813; }

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

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

background-color css

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

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

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

border-color css

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

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

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