Html Css Color HEX #95220C Mandarian Orange

📋 copy color: '#95220C'

red 149 ◦ green 34 ◦ blue 12

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

Shades of Mandarian Orange #95220C

Tints of Mandarian Orange #95220C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.44%

 BLUE value IS 12 (5.08% from 255) = 6.15%

R = 76.41%
G = 17.44%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#95220C (or 0x95220C) is known color: Mandarian Orange. HEX triplet: 95, 22 and 0C. RGB value is (149,34,12). Sum of RGB (Red+Green+Blue) = 149+34+12=195 (25% of max value = 765). Red value is 149 (58.59% from 255 or 76.41% from 195); Green value is 34 (13.67% from 255 or 17.44% from 195); Blue value is 12 (5.08% from 255 or 6.15% from 195); Max value from RGB is 149 - color contains mainly: red. Hex color #95220C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95220C is #6ADDF3. Grayscale: #424242. Windows color (decimal): -7003636 or 795285. OLE color: 795285.

HSL color Cylindrical-coordinate representation of color #95220C: hue angle of 9.64º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #95220C is Cyan = 0, Magento = 0.77, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 34 12 -
CMYK 0 0.77 0.92 0.42
HSL 9.64º 0.85% 0.32% -
HSV(B) 9.64º 0.92% 0.58% -
XYZ 13.03 7.56 1.12 -
YUV 65.88 97.6 187.29 -
System Red Green Blue C M Y K H S L
Decimal 149 34 12 0 0.77 0.92 0.42 9.64 0.85 0.32
Hex 95 22 C 0 4D 5C 2A A 55 20
Octal 225 42 14 0 115 134 52 12 125 40
Binary 10010101 100010 1100 0 1001101 1011100 101010 1010 1010101 100000

Color Harmonies of #95220C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95220C

Black with #95220C

Text Example


Text Example

White with #95220C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95220C; }

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

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

background-color css

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

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

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

border-color css

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

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

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