Html Css Color HEX #942624 Mandarian Orange

📋 copy color: '#942624'

red 148 ◦ green 38 ◦ blue 36

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

Shades of Mandarian Orange #942624

Tints of Mandarian Orange #942624

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 16.22%

R = 66.67%
G = 17.12%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#942624 (or 0x942624) is known color: Mandarian Orange. HEX triplet: 94, 26 and 24. RGB value is (148,38,36). Sum of RGB (Red+Green+Blue) = 148+38+36=222 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.67% from 222); Green value is 38 (15.23% from 255 or 17.12% from 222); Blue value is 36 (14.45% from 255 or 16.22% from 222); Max value from RGB is 148 - color contains mainly: red. Hex color #942624 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942624 is #6BD9DB. Grayscale: #464646. Windows color (decimal): -7068124 or 2369172. OLE color: 2369172.

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

Color convert

RGB 148 38 36 -
CMYK 0 0.74 0.76 0.42
HSL 1.07º 0.61% 0.36% -
HSV(B) 1.07º 0.76% 0.58% -
XYZ 13.22 7.81 2.48 -
YUV 70.66 108.44 183.16 -
System Red Green Blue C M Y K H S L
Decimal 148 38 36 0 0.74 0.76 0.42 1.07 0.61 0.36
Hex 94 26 24 0 4A 4C 2A 1 3D 24
Octal 224 46 44 0 112 114 52 1 75 44
Binary 10010100 100110 100100 0 1001010 1001100 101010 1 111101 100100

Color Harmonies of #942624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942624

Black with #942624

Text Example


Text Example

White with #942624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942624; }

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

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

background-color css

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

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

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

border-color css

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

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

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