Html Css Color HEX #952928 Mandarian Orange

📋 copy color: '#952928'

red 149 ◦ green 41 ◦ blue 40

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

Shades of Mandarian Orange #952928

Tints of Mandarian Orange #952928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 17.39%

R = 64.78%
G = 17.83%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#952928 (or 0x952928) is known color: Mandarian Orange. HEX triplet: 95, 29 and 28. RGB value is (149,41,40). Sum of RGB (Red+Green+Blue) = 149+41+40=230 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.78% from 230); Green value is 41 (16.41% from 255 or 17.83% from 230); Blue value is 40 (16.02% from 255 or 17.39% from 230); Max value from RGB is 149 - color contains mainly: red. Hex color #952928 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952928 is #6AD6D7. Grayscale: #494949. Windows color (decimal): -7001816 or 2632085. OLE color: 2632085.

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

Color convert

RGB 149 41 40 -
CMYK 0 0.72 0.73 0.42
HSL 0.55º 0.58% 0.37% -
HSV(B) 0.55º 0.73% 0.58% -
XYZ 13.57 8.13 2.86 -
YUV 73.18 109.28 182.08 -
System Red Green Blue C M Y K H S L
Decimal 149 41 40 0 0.72 0.73 0.42 0.55 0.58 0.37
Hex 95 29 28 0 48 49 2A 1 3A 25
Octal 225 51 50 0 110 111 52 1 72 45
Binary 10010101 101001 101000 0 1001000 1001001 101010 1 111010 100101

Color Harmonies of #952928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952928

Black with #952928

Text Example


Text Example

White with #952928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952928; }

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

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

background-color css

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

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

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

border-color css

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

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

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