Html Css Color HEX #942620 Mandarian Orange

📋 copy color: '#942620'

red 148 ◦ green 38 ◦ blue 32

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

Shades of Mandarian Orange #942620

Tints of Mandarian Orange #942620

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 14.68%

R = 67.89%
G = 17.43%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#942620 (or 0x942620) is known color: Mandarian Orange. HEX triplet: 94, 26 and 20. RGB value is (148,38,32). Sum of RGB (Red+Green+Blue) = 148+38+32=218 (28% of max value = 765). Red value is 148 (58.20% from 255 or 67.89% from 218); Green value is 38 (15.23% from 255 or 17.43% from 218); Blue value is 32 (12.89% from 255 or 14.68% from 218); Max value from RGB is 148 - color contains mainly: red. Hex color #942620 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942620 is #6BD9DF. Grayscale: #464646. Windows color (decimal): -7068128 or 2107028. OLE color: 2107028.

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

Color convert

RGB 148 38 32 -
CMYK 0 0.74 0.78 0.42
HSL 3.1º 0.64% 0.35% -
HSV(B) 3.1º 0.78% 0.58% -
XYZ 13.17 7.79 2.18 -
YUV 70.21 106.44 183.49 -
System Red Green Blue C M Y K H S L
Decimal 148 38 32 0 0.74 0.78 0.42 3.1 0.64 0.35
Hex 94 26 20 0 4A 4E 2A 3 40 23
Octal 224 46 40 0 112 116 52 3 100 43
Binary 10010100 100110 100000 0 1001010 1001110 101010 11 1000000 100011

Color Harmonies of #942620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942620

Black with #942620

Text Example


Text Example

White with #942620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942620; }

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

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

background-color css

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

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

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

border-color css

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

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

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