Html Css Color HEX #952925 Mandarian Orange

📋 copy color: '#952925'

red 149 ◦ green 41 ◦ blue 37

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

Shades of Mandarian Orange #952925

Tints of Mandarian Orange #952925

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 16.3%

R = 65.64%
G = 18.06%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.75

 K value IS 0.42

RGB Variations

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

Color information

#952925 (or 0x952925) is known color: Mandarian Orange. HEX triplet: 95, 29 and 25. RGB value is (149,41,37). Sum of RGB (Red+Green+Blue) = 149+41+37=227 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.64% from 227); Green value is 41 (16.41% from 255 or 18.06% from 227); Blue value is 37 (14.84% from 255 or 16.30% from 227); Max value from RGB is 149 - color contains mainly: red. Hex color #952925 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952925 is #6AD6DA. Grayscale: #484848. Windows color (decimal): -7001819 or 2435477. OLE color: 2435477.

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

Color convert

RGB 149 41 37 -
CMYK 0 0.72 0.75 0.42
HSL 2.14º 0.6% 0.36% -
HSV(B) 2.14º 0.75% 0.58% -
XYZ 13.52 8.11 2.6 -
YUV 72.84 107.78 182.33 -
System Red Green Blue C M Y K H S L
Decimal 149 41 37 0 0.72 0.75 0.42 2.14 0.6 0.36
Hex 95 29 25 0 48 4B 2A 2 3C 24
Octal 225 51 45 0 110 113 52 2 74 44
Binary 10010101 101001 100101 0 1001000 1001011 101010 10 111100 100100

Color Harmonies of #952925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952925

Black with #952925

Text Example


Text Example

White with #952925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952925; }

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

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

background-color css

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

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

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

border-color css

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

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

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