Html Css Color HEX #942716 Mandarian Orange

📋 copy color: '#942716'

red 148 ◦ green 39 ◦ blue 22

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

Shades of Mandarian Orange #942716

Tints of Mandarian Orange #942716

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.66%

 BLUE value IS 22 (8.98% from 255) = 10.53%

R = 70.81%
G = 18.66%
B = 10.53%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#942716 (or 0x942716) is known color: Mandarian Orange. HEX triplet: 94, 27 and 16. RGB value is (148,39,22). Sum of RGB (Red+Green+Blue) = 148+39+22=209 (27% of max value = 765). Red value is 148 (58.20% from 255 or 70.81% from 209); Green value is 39 (15.62% from 255 or 18.66% from 209); Blue value is 22 (8.98% from 255 or 10.53% from 209); Max value from RGB is 148 - color contains mainly: red. Hex color #942716 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942716 is #6BD8E9. Grayscale: #454545. Windows color (decimal): -7067882 or 1451924. OLE color: 1451924.

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

Color convert

RGB 148 39 22 -
CMYK 0 0.74 0.85 0.42
HSL 8.1º 0.74% 0.33% -
HSV(B) 8.1º 0.85% 0.58% -
XYZ 13.08 7.8 1.58 -
YUV 69.65 101.11 183.88 -
System Red Green Blue C M Y K H S L
Decimal 148 39 22 0 0.74 0.85 0.42 8.1 0.74 0.33
Hex 94 27 16 0 4A 55 2A 8 4A 21
Octal 224 47 26 0 112 125 52 10 112 41
Binary 10010100 100111 10110 0 1001010 1010101 101010 1000 1001010 100001

Color Harmonies of #942716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942716

Black with #942716

Text Example


Text Example

White with #942716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942716; }

 p { color: rgb(148,39,22); }

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

background-color css

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

 a { background-color: rgb(148,39,22); }

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

border-color css

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

 span { border-color: rgb(148,39,22); }

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