Html Css Color HEX #942621 Mandarian Orange

📋 copy color: '#942621'

red 148 ◦ green 38 ◦ blue 33

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

Shades of Mandarian Orange #942621

Tints of Mandarian Orange #942621

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 15.07%

R = 67.58%
G = 17.35%
B = 15.07%

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

#942621 (or 0x942621) is known color: Mandarian Orange. HEX triplet: 94, 26 and 21. RGB value is (148,38,33). Sum of RGB (Red+Green+Blue) = 148+38+33=219 (29% of max value = 765). Red value is 148 (58.20% from 255 or 67.58% from 219); Green value is 38 (15.23% from 255 or 17.35% from 219); Blue value is 33 (13.28% from 255 or 15.07% from 219); Max value from RGB is 148 - color contains mainly: red. Hex color #942621 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942621 is #6BD9DE. Grayscale: #464646. Windows color (decimal): -7068127 or 2172564. OLE color: 2172564.

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

Color convert

RGB 148 38 33 -
CMYK 0 0.74 0.78 0.42
HSL 2.61º 0.64% 0.35% -
HSV(B) 2.61º 0.78% 0.58% -
XYZ 13.18 7.79 2.25 -
YUV 70.32 106.94 183.41 -
System Red Green Blue C M Y K H S L
Decimal 148 38 33 0 0.74 0.78 0.42 2.61 0.64 0.35
Hex 94 26 21 0 4A 4E 2A 3 40 23
Octal 224 46 41 0 112 116 52 3 100 43
Binary 10010100 100110 100001 0 1001010 1001110 101010 11 1000000 100011

Color Harmonies of #942621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942621

Black with #942621

Text Example


Text Example

White with #942621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942621; }

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

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

background-color css

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

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

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

border-color css

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

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

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