Html Css Color HEX #952821 Mandarian Orange

📋 copy color: '#952821'

red 149 ◦ green 40 ◦ blue 33

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

Shades of Mandarian Orange #952821

Tints of Mandarian Orange #952821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 14.86%

R = 67.12%
G = 18.02%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#952821 (or 0x952821) is known color: Mandarian Orange. HEX triplet: 95, 28 and 21. RGB value is (149,40,33). Sum of RGB (Red+Green+Blue) = 149+40+33=222 (29% of max value = 765). Red value is 149 (58.59% from 255 or 67.12% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 33 (13.28% from 255 or 14.86% from 222); Max value from RGB is 149 - color contains mainly: red. Hex color #952821 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952821 is #6AD7DE. Grayscale: #474747. Windows color (decimal): -7002079 or 2173077. OLE color: 2173077.

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

Color convert

RGB 149 40 33 -
CMYK 0 0.73 0.78 0.42
HSL 3.62º 0.64% 0.36% -
HSV(B) 3.62º 0.78% 0.58% -
XYZ 13.43 8.02 2.28 -
YUV 71.79 106.11 183.07 -
System Red Green Blue C M Y K H S L
Decimal 149 40 33 0 0.73 0.78 0.42 3.62 0.64 0.36
Hex 95 28 21 0 49 4E 2A 4 40 24
Octal 225 50 41 0 111 116 52 4 100 44
Binary 10010101 101000 100001 0 1001001 1001110 101010 100 1000000 100100

Color Harmonies of #952821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952821

Black with #952821

Text Example


Text Example

White with #952821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952821; }

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

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

background-color css

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

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

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

border-color css

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

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

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