Html Css Color HEX #952927 Mandarian Orange

📋 copy color: '#952927'

red 149 ◦ green 41 ◦ blue 39

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

Shades of Mandarian Orange #952927

Tints of Mandarian Orange #952927

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.9%

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

R = 65.07%
G = 17.9%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#952927 (or 0x952927) is known color: Mandarian Orange. HEX triplet: 95, 29 and 27. RGB value is (149,41,39). Sum of RGB (Red+Green+Blue) = 149+41+39=229 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.07% from 229); Green value is 41 (16.41% from 255 or 17.90% from 229); Blue value is 39 (15.62% from 255 or 17.03% from 229); Max value from RGB is 149 - color contains mainly: red. Hex color #952927 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952927 is #6AD6D8. Grayscale: #494949. Windows color (decimal): -7001817 or 2566549. OLE color: 2566549.

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

Color convert

RGB 149 41 39 -
CMYK 0 0.72 0.74 0.42
HSL 1.09º 0.59% 0.37% -
HSV(B) 1.09º 0.74% 0.58% -
XYZ 13.55 8.12 2.77 -
YUV 73.06 108.78 182.16 -
System Red Green Blue C M Y K H S L
Decimal 149 41 39 0 0.72 0.74 0.42 1.09 0.59 0.37
Hex 95 29 27 0 48 4A 2A 1 3B 25
Octal 225 51 47 0 110 112 52 1 73 45
Binary 10010101 101001 100111 0 1001000 1001010 101010 1 111011 100101

Color Harmonies of #952927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952927

Black with #952927

Text Example


Text Example

White with #952927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952927; }

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

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

background-color css

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

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

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

border-color css

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

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

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