Html Css Color HEX #942615 Mandarian Orange

📋 copy color: '#942615'

red 148 ◦ green 38 ◦ blue 21

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

Shades of Mandarian Orange #942615

Tints of Mandarian Orange #942615

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.36%

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

R = 71.5%
G = 18.36%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.86

 K value IS 0.42

RGB Variations

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

Color information

#942615 (or 0x942615) is known color: Mandarian Orange. HEX triplet: 94, 26 and 15. RGB value is (148,38,21). Sum of RGB (Red+Green+Blue) = 148+38+21=207 (27% of max value = 765). Red value is 148 (58.20% from 255 or 71.50% from 207); Green value is 38 (15.23% from 255 or 18.36% from 207); Blue value is 21 (8.59% from 255 or 10.14% from 207); Max value from RGB is 148 - color contains mainly: red. Hex color #942615 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942615 is #6BD9EA. Grayscale: #454545. Windows color (decimal): -7068139 or 1386132. OLE color: 1386132.

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

Color convert

RGB 148 38 21 -
CMYK 0 0.74 0.86 0.42
HSL 8.03º 0.75% 0.33% -
HSV(B) 8.03º 0.86% 0.58% -
XYZ 13.04 7.74 1.52 -
YUV 68.95 100.94 184.38 -
System Red Green Blue C M Y K H S L
Decimal 148 38 21 0 0.74 0.86 0.42 8.03 0.75 0.33
Hex 94 26 15 0 4A 56 2A 8 4B 21
Octal 224 46 25 0 112 126 52 10 113 41
Binary 10010100 100110 10101 0 1001010 1010110 101010 1000 1001011 100001

Color Harmonies of #942615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942615

Black with #942615

Text Example


Text Example

White with #942615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942615; }

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

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

background-color css

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

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

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

border-color css

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

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

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