Html Css Color HEX #942918 Mandarian Orange

📋 copy color: '#942918'

red 148 ◦ green 41 ◦ blue 24

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

Shades of Mandarian Orange #942918

Tints of Mandarian Orange #942918

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 11.27%

R = 69.48%
G = 19.25%
B = 11.27%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.42

RGB Variations

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

Color information

#942918 (or 0x942918) is known color: Mandarian Orange. HEX triplet: 94, 29 and 18. RGB value is (148,41,24). Sum of RGB (Red+Green+Blue) = 148+41+24=213 (28% of max value = 765). Red value is 148 (58.20% from 255 or 69.48% from 213); Green value is 41 (16.41% from 255 or 19.25% from 213); Blue value is 24 (9.77% from 255 or 11.27% from 213); Max value from RGB is 148 - color contains mainly: red. Hex color #942918 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942918 is #6BD6E7. Grayscale: #474747. Windows color (decimal): -7067368 or 1583508. OLE color: 1583508.

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

Color convert

RGB 148 41 24 -
CMYK 0 0.72 0.84 0.42
HSL 8.23º 0.72% 0.34% -
HSV(B) 8.23º 0.84% 0.58% -
XYZ 13.17 7.95 1.7 -
YUV 71.06 101.45 182.88 -
System Red Green Blue C M Y K H S L
Decimal 148 41 24 0 0.72 0.84 0.42 8.23 0.72 0.34
Hex 94 29 18 0 48 54 2A 8 48 22
Octal 224 51 30 0 110 124 52 10 110 42
Binary 10010100 101001 11000 0 1001000 1010100 101010 1000 1001000 100010

Color Harmonies of #942918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942918

Black with #942918

Text Example


Text Example

White with #942918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942918; }

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

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

background-color css

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

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

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

border-color css

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

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

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