Html Css Color HEX #952824 Mandarian Orange

📋 copy color: '#952824'

red 149 ◦ green 40 ◦ blue 36

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

Shades of Mandarian Orange #952824

Tints of Mandarian Orange #952824

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.78%

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

R = 66.22%
G = 17.78%
B = 16%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#952824 (or 0x952824) is known color: Mandarian Orange. HEX triplet: 95, 28 and 24. RGB value is (149,40,36). Sum of RGB (Red+Green+Blue) = 149+40+36=225 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.22% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 36 (14.45% from 255 or 16% from 225); Max value from RGB is 149 - color contains mainly: red. Hex color #952824 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952824 is #6AD7DB. Grayscale: #484848. Windows color (decimal): -7002076 or 2369685. OLE color: 2369685.

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

Color convert

RGB 149 40 36 -
CMYK 0 0.73 0.76 0.42
HSL 2.12º 0.61% 0.36% -
HSV(B) 2.12º 0.76% 0.58% -
XYZ 13.47 8.03 2.51 -
YUV 72.14 107.61 182.83 -
System Red Green Blue C M Y K H S L
Decimal 149 40 36 0 0.73 0.76 0.42 2.12 0.61 0.36
Hex 95 28 24 0 49 4C 2A 2 3D 24
Octal 225 50 44 0 111 114 52 2 75 44
Binary 10010101 101000 100100 0 1001001 1001100 101010 10 111101 100100

Color Harmonies of #952824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952824

Black with #952824

Text Example


Text Example

White with #952824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952824; }

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

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

background-color css

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

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

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

border-color css

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

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

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