Html Css Color HEX #952822 Mandarian Orange

📋 copy color: '#952822'

red 149 ◦ green 40 ◦ blue 34

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

Shades of Mandarian Orange #952822

Tints of Mandarian Orange #952822

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 15.25%

R = 66.82%
G = 17.94%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#952822 (or 0x952822) is known color: Mandarian Orange. HEX triplet: 95, 28 and 22. RGB value is (149,40,34). Sum of RGB (Red+Green+Blue) = 149+40+34=223 (29% of max value = 765). Red value is 149 (58.59% from 255 or 66.82% from 223); Green value is 40 (16.02% from 255 or 17.94% from 223); Blue value is 34 (13.67% from 255 or 15.25% from 223); Max value from RGB is 149 - color contains mainly: red. Hex color #952822 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952822 is #6AD7DD. Grayscale: #484848. Windows color (decimal): -7002078 or 2238613. OLE color: 2238613.

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

Color convert

RGB 149 40 34 -
CMYK 0 0.73 0.77 0.42
HSL 3.13º 0.63% 0.36% -
HSV(B) 3.13º 0.77% 0.58% -
XYZ 13.44 8.02 2.35 -
YUV 71.91 106.61 182.99 -
System Red Green Blue C M Y K H S L
Decimal 149 40 34 0 0.73 0.77 0.42 3.13 0.63 0.36
Hex 95 28 22 0 49 4D 2A 3 3F 24
Octal 225 50 42 0 111 115 52 3 77 44
Binary 10010101 101000 100010 0 1001001 1001101 101010 11 111111 100100

Color Harmonies of #952822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952822

Black with #952822

Text Example


Text Example

White with #952822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952822; }

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

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

background-color css

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

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

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

border-color css

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

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

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