Html Css Color HEX #941F14 Mandarian Orange

📋 copy color: '#941F14'

red 148 ◦ green 31 ◦ blue 20

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

Shades of Mandarian Orange #941F14

Tints of Mandarian Orange #941F14

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.58%

 BLUE value IS 20 (8.2% from 255) = 10.05%

R = 74.37%
G = 15.58%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#941F14 (or 0x941F14) is known color: Mandarian Orange. HEX triplet: 94, 1F and 14. RGB value is (148,31,20). Sum of RGB (Red+Green+Blue) = 148+31+20=199 (26% of max value = 765). Red value is 148 (58.20% from 255 or 74.37% from 199); Green value is 31 (12.5% from 255 or 15.58% from 199); Blue value is 20 (8.20% from 255 or 10.05% from 199); Max value from RGB is 148 - color contains mainly: red. Hex color #941F14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #941F14 is #6BE0EB. Grayscale: #404040. Windows color (decimal): -7069932 or 1318804. OLE color: 1318804.

HSL color Cylindrical-coordinate representation of color #941F14: hue angle of 5.16º degrees, saturation: 0.76, 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 #941F14 is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 31 20 -
CMYK 0 0.79 0.86 0.42
HSL 5.16º 0.76% 0.33% -
HSV(B) 5.16º 0.86% 0.58% -
XYZ 12.83 7.33 1.4 -
YUV 64.73 102.76 187.39 -
System Red Green Blue C M Y K H S L
Decimal 148 31 20 0 0.79 0.86 0.42 5.16 0.76 0.33
Hex 94 1F 14 0 4F 56 2A 5 4C 21
Octal 224 37 24 0 117 126 52 5 114 41
Binary 10010100 11111 10100 0 1001111 1010110 101010 101 1001100 100001

Color Harmonies of #941F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #941F14

Black with #941F14

Text Example


Text Example

White with #941F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #941F14; }

 p { color: rgb(148,31,20); }

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

background-color css

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

 a { background-color: rgb(148,31,20); }

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

border-color css

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

 span { border-color: rgb(148,31,20); }

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