Html Css Color HEX #952524 Mandarian Orange

📋 copy color: '#952524'

red 149 ◦ green 37 ◦ blue 36

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

Shades of Mandarian Orange #952524

Tints of Mandarian Orange #952524

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.67%

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

R = 67.12%
G = 16.67%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#952524 (or 0x952524) is known color: Mandarian Orange. HEX triplet: 95, 25 and 24. RGB value is (149,37,36). Sum of RGB (Red+Green+Blue) = 149+37+36=222 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.12% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 36 (14.45% from 255 or 16.22% from 222); Max value from RGB is 149 - color contains mainly: red. Hex color #952524 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952524 is #6ADADB. Grayscale: #464646. Windows color (decimal): -7002844 or 2368917. OLE color: 2368917.

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

Color convert

RGB 149 37 36 -
CMYK 0 0.75 0.76 0.42
HSL 0.53º 0.61% 0.36% -
HSV(B) 0.53º 0.76% 0.58% -
XYZ 13.37 7.84 2.48 -
YUV 70.37 108.61 184.08 -
System Red Green Blue C M Y K H S L
Decimal 149 37 36 0 0.75 0.76 0.42 0.53 0.61 0.36
Hex 95 25 24 0 4B 4C 2A 1 3D 24
Octal 225 45 44 0 113 114 52 1 75 44
Binary 10010101 100101 100100 0 1001011 1001100 101010 1 111101 100100

Color Harmonies of #952524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952524

Black with #952524

Text Example


Text Example

White with #952524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952524; }

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

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

background-color css

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

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

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

border-color css

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

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

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