Html Css Color HEX #952422 Mandarian Orange

📋 copy color: '#952422'

red 149 ◦ green 36 ◦ blue 34

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

Shades of Mandarian Orange #952422

Tints of Mandarian Orange #952422

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.44%

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

R = 68.04%
G = 16.44%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#952422 (or 0x952422) is known color: Mandarian Orange. HEX triplet: 95, 24 and 22. RGB value is (149,36,34). Sum of RGB (Red+Green+Blue) = 149+36+34=219 (29% of max value = 765). Red value is 149 (58.59% from 255 or 68.04% from 219); Green value is 36 (14.45% from 255 or 16.44% from 219); Blue value is 34 (13.67% from 255 or 15.53% from 219); Max value from RGB is 149 - color contains mainly: red. Hex color #952422 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952422 is #6ADBDD. Grayscale: #454545. Windows color (decimal): -7003102 or 2237589. OLE color: 2237589.

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

Color convert

RGB 149 36 34 -
CMYK 0 0.76 0.77 0.42
HSL 1.04º 0.63% 0.36% -
HSV(B) 1.04º 0.77% 0.58% -
XYZ 13.31 7.77 2.31 -
YUV 69.56 107.94 184.66 -
System Red Green Blue C M Y K H S L
Decimal 149 36 34 0 0.76 0.77 0.42 1.04 0.63 0.36
Hex 95 24 22 0 4C 4D 2A 1 3F 24
Octal 225 44 42 0 114 115 52 1 77 44
Binary 10010101 100100 100010 0 1001100 1001101 101010 1 111111 100100

Color Harmonies of #952422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952422

Black with #952422

Text Example


Text Example

White with #952422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952422; }

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

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

background-color css

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

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

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

border-color css

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

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

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