Html Css Color HEX #942D27 Mandarian Orange

📋 copy color: '#942D27'

red 148 ◦ green 45 ◦ blue 39

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

Shades of Mandarian Orange #942D27

Tints of Mandarian Orange #942D27

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.4%

 BLUE value IS 39 (15.63% from 255) = 16.81%

R = 63.79%
G = 19.4%
B = 16.81%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#942D27 (or 0x942D27) is known color: Mandarian Orange. HEX triplet: 94, 2D and 27. RGB value is (148,45,39). Sum of RGB (Red+Green+Blue) = 148+45+39=232 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.79% from 232); Green value is 45 (17.97% from 255 or 19.40% from 232); Blue value is 39 (15.62% from 255 or 16.81% from 232); Max value from RGB is 148 - color contains mainly: red. Hex color #942D27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #942D27 is #6BD2D8. Grayscale: #4B4B4B. Windows color (decimal): -7066329 or 2567572. OLE color: 2567572.

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

Color convert

RGB 148 45 39 -
CMYK 0 0.70 0.74 0.42
HSL 3.3º 0.58% 0.37% -
HSV(B) 3.3º 0.74% 0.58% -
XYZ 13.52 8.32 2.81 -
YUV 75.11 107.62 179.99 -
System Red Green Blue C M Y K H S L
Decimal 148 45 39 0 0.70 0.74 0.42 3.3 0.58 0.37
Hex 94 2D 27 0 46 4A 2A 3 3A 25
Octal 224 55 47 0 106 112 52 3 72 45
Binary 10010100 101101 100111 0 1000110 1001010 101010 11 111010 100101

Color Harmonies of #942D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942D27

Black with #942D27

Text Example


Text Example

White with #942D27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942D27; }

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

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

background-color css

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

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

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

border-color css

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

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

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