Html Css Color HEX #942514 Mandarian Orange

📋 copy color: '#942514'

red 148 ◦ green 37 ◦ blue 20

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

Shades of Mandarian Orange #942514

Tints of Mandarian Orange #942514

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.05%

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

R = 72.2%
G = 18.05%
B = 9.76%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#942514 (or 0x942514) is known color: Mandarian Orange. HEX triplet: 94, 25 and 14. RGB value is (148,37,20). Sum of RGB (Red+Green+Blue) = 148+37+20=205 (27% of max value = 765). Red value is 148 (58.20% from 255 or 72.20% from 205); Green value is 37 (14.84% from 255 or 18.05% from 205); Blue value is 20 (8.20% from 255 or 9.76% from 205); Max value from RGB is 148 - color contains mainly: red. Hex color #942514 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942514 is #6BDAEB. Grayscale: #444444. Windows color (decimal): -7068396 or 1320340. OLE color: 1320340.

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

Color convert

RGB 148 37 20 -
CMYK 0 0.75 0.86 0.42
HSL 7.97º 0.76% 0.33% -
HSV(B) 7.97º 0.86% 0.58% -
XYZ 13 7.67 1.46 -
YUV 68.25 100.77 184.88 -
System Red Green Blue C M Y K H S L
Decimal 148 37 20 0 0.75 0.86 0.42 7.97 0.76 0.33
Hex 94 25 14 0 4B 56 2A 8 4C 21
Octal 224 45 24 0 113 126 52 10 114 41
Binary 10010100 100101 10100 0 1001011 1010110 101010 1000 1001100 100001

Color Harmonies of #942514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942514

Black with #942514

Text Example


Text Example

White with #942514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942514; }

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

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

background-color css

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

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

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

border-color css

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

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

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