Html Css Color HEX #942919 Mandarian Orange

📋 copy color: '#942919'

red 148 ◦ green 41 ◦ blue 25

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

Shades of Mandarian Orange #942919

Tints of Mandarian Orange #942919

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.16%

 BLUE value IS 25 (10.16% from 255) = 11.68%

R = 69.16%
G = 19.16%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#942919 (or 0x942919) is known color: Mandarian Orange. HEX triplet: 94, 29 and 19. RGB value is (148,41,25). Sum of RGB (Red+Green+Blue) = 148+41+25=214 (28% of max value = 765). Red value is 148 (58.20% from 255 or 69.16% from 214); Green value is 41 (16.41% from 255 or 19.16% from 214); Blue value is 25 (10.16% from 255 or 11.68% from 214); Max value from RGB is 148 - color contains mainly: red. Hex color #942919 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942919 is #6BD6E6. Grayscale: #474747. Windows color (decimal): -7067367 or 1649044. OLE color: 1649044.

HSL color Cylindrical-coordinate representation of color #942919: hue angle of 7.8º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #942919 is Cyan = 0, Magento = 0.72, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 41 25 -
CMYK 0 0.72 0.83 0.42
HSL 7.8º 0.71% 0.34% -
HSV(B) 7.8º 0.83% 0.58% -
XYZ 13.18 7.95 1.76 -
YUV 71.17 101.95 182.8 -
System Red Green Blue C M Y K H S L
Decimal 148 41 25 0 0.72 0.83 0.42 7.8 0.71 0.34
Hex 94 29 19 0 48 53 2A 8 47 22
Octal 224 51 31 0 110 123 52 10 107 42
Binary 10010100 101001 11001 0 1001000 1010011 101010 1000 1000111 100010

Color Harmonies of #942919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942919

Black with #942919

Text Example


Text Example

White with #942919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942919; }

 p { color: rgb(148,41,25); }

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

background-color css

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

 a { background-color: rgb(148,41,25); }

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

border-color css

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

 span { border-color: rgb(148,41,25); }

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