Html Css Color HEX #952C22 Mandarian Orange

📋 copy color: '#952C22'

red 149 ◦ green 44 ◦ blue 34

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

Shades of Mandarian Orange #952C22

Tints of Mandarian Orange #952C22

RGB

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

 GREEN value IS 44 (17.58% from 255) = 19.38%

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

R = 65.64%
G = 19.38%
B = 14.98%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#952C22 (or 0x952C22) is known color: Mandarian Orange. HEX triplet: 95, 2C and 22. RGB value is (149,44,34). Sum of RGB (Red+Green+Blue) = 149+44+34=227 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.64% from 227); Green value is 44 (17.58% from 255 or 19.38% from 227); Blue value is 34 (13.67% from 255 or 14.98% from 227); Max value from RGB is 149 - color contains mainly: red. Hex color #952C22 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #952C22 is #6AD3DD. Grayscale: #4A4A4A. Windows color (decimal): -7001054 or 2239637. OLE color: 2239637.

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

Color convert

RGB 149 44 34 -
CMYK 0 0.70 0.77 0.42
HSL 5.22º 0.63% 0.36% -
HSV(B) 5.22º 0.77% 0.58% -
XYZ 13.58 8.31 2.4 -
YUV 74.26 105.29 181.31 -
System Red Green Blue C M Y K H S L
Decimal 149 44 34 0 0.70 0.77 0.42 5.22 0.63 0.36
Hex 95 2C 22 0 46 4D 2A 5 3F 24
Octal 225 54 42 0 106 115 52 5 77 44
Binary 10010101 101100 100010 0 1000110 1001101 101010 101 111111 100100

Color Harmonies of #952C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952C22

Black with #952C22

Text Example


Text Example

White with #952C22

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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