Html Css Color HEX #942415 Mandarian Orange

📋 copy color: '#942415'

red 148 ◦ green 36 ◦ blue 21

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

Shades of Mandarian Orange #942415

Tints of Mandarian Orange #942415

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.56%

 BLUE value IS 21 (8.59% from 255) = 10.24%

R = 72.2%
G = 17.56%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#942415 (or 0x942415) is known color: Mandarian Orange. HEX triplet: 94, 24 and 15. RGB value is (148,36,21). Sum of RGB (Red+Green+Blue) = 148+36+21=205 (27% of max value = 765). Red value is 148 (58.20% from 255 or 72.20% from 205); Green value is 36 (14.45% from 255 or 17.56% from 205); Blue value is 21 (8.59% from 255 or 10.24% from 205); Max value from RGB is 148 - color contains mainly: red. Hex color #942415 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942415 is #6BDBEA. Grayscale: #434343. Windows color (decimal): -7068651 or 1385620. OLE color: 1385620.

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

Color convert

RGB 148 36 21 -
CMYK 0 0.76 0.86 0.42
HSL 7.09º 0.75% 0.33% -
HSV(B) 7.09º 0.86% 0.58% -
XYZ 12.98 7.61 1.49 -
YUV 67.78 101.61 185.22 -
System Red Green Blue C M Y K H S L
Decimal 148 36 21 0 0.76 0.86 0.42 7.09 0.75 0.33
Hex 94 24 15 0 4C 56 2A 7 4B 21
Octal 224 44 25 0 114 126 52 7 113 41
Binary 10010100 100100 10101 0 1001100 1010110 101010 111 1001011 100001

Color Harmonies of #942415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942415

Black with #942415

Text Example


Text Example

White with #942415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942415; }

 p { color: rgb(148,36,21); }

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

background-color css

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

 a { background-color: rgb(148,36,21); }

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

border-color css

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

 span { border-color: rgb(148,36,21); }

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