Html Css Color HEX #952B28 Mandarian Orange

📋 copy color: '#952B28'

red 149 ◦ green 43 ◦ blue 40

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

Shades of Mandarian Orange #952B28

Tints of Mandarian Orange #952B28

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.53%

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

R = 64.22%
G = 18.53%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#952B28 (or 0x952B28) is known color: Mandarian Orange. HEX triplet: 95, 2B and 28. RGB value is (149,43,40). Sum of RGB (Red+Green+Blue) = 149+43+40=232 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.22% from 232); Green value is 43 (17.19% from 255 or 18.53% from 232); Blue value is 40 (16.02% from 255 or 17.24% from 232); Max value from RGB is 149 - color contains mainly: red. Hex color #952B28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952B28 is #6AD4D7. Grayscale: #4A4A4A. Windows color (decimal): -7001304 or 2632597. OLE color: 2632597.

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

Color convert

RGB 149 43 40 -
CMYK 0 0.71 0.73 0.42
HSL 1.65º 0.58% 0.37% -
HSV(B) 1.65º 0.73% 0.58% -
XYZ 13.64 8.27 2.88 -
YUV 74.35 108.62 181.24 -
System Red Green Blue C M Y K H S L
Decimal 149 43 40 0 0.71 0.73 0.42 1.65 0.58 0.37
Hex 95 2B 28 0 47 49 2A 2 3A 25
Octal 225 53 50 0 107 111 52 2 72 45
Binary 10010101 101011 101000 0 1000111 1001001 101010 10 111010 100101

Color Harmonies of #952B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952B28

Black with #952B28

Text Example


Text Example

White with #952B28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952B28; }

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

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

background-color css

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

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

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

border-color css

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

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

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