Html Css Color HEX #952C27 Mandarian Orange

📋 copy color: '#952C27'

red 149 ◦ green 44 ◦ blue 39

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

Shades of Mandarian Orange #952C27

Tints of Mandarian Orange #952C27

RGB

 RED value IS 149 (58.59% from 255) = 64.22%

 GREEN value IS 44 (17.58% from 255) = 18.97%

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

R = 64.22%
G = 18.97%
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

#952C27 (or 0x952C27) is known color: Mandarian Orange. HEX triplet: 95, 2C and 27. RGB value is (149,44,39). Sum of RGB (Red+Green+Blue) = 149+44+39=232 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.22% from 232); Green value is 44 (17.58% from 255 or 18.97% from 232); Blue value is 39 (15.62% from 255 or 16.81% from 232); Max value from RGB is 149 - color contains mainly: red. Hex color #952C27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952C27 is #6AD3D8. Grayscale: #4A4A4A. Windows color (decimal): -7001049 or 2567317. OLE color: 2567317.

HSL color Cylindrical-coordinate representation of color #952C27: hue angle of 2.73º degrees, saturation: 0.59, 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 #952C27 is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 44 39 -
CMYK 0 0.70 0.74 0.42
HSL 2.73º 0.59% 0.37% -
HSV(B) 2.73º 0.74% 0.58% -
XYZ 13.66 8.34 2.81 -
YUV 74.83 107.79 180.91 -
System Red Green Blue C M Y K H S L
Decimal 149 44 39 0 0.70 0.74 0.42 2.73 0.59 0.37
Hex 95 2C 27 0 46 4A 2A 3 3B 25
Octal 225 54 47 0 106 112 52 3 73 45
Binary 10010101 101100 100111 0 1000110 1001010 101010 11 111011 100101

Color Harmonies of #952C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952C27

Black with #952C27

Text Example


Text Example

White with #952C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952C27; }

 p { color: rgb(149,44,39); }

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

background-color css

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

 a { background-color: rgb(149,44,39); }

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

border-color css

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

 span { border-color: rgb(149,44,39); }

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