Html Css Color HEX #95220D Mandarian Orange

📋 copy color: '#95220D'

red 149 ◦ green 34 ◦ blue 13

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

Shades of Mandarian Orange #95220D

Tints of Mandarian Orange #95220D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.63%

R = 76.02%
G = 17.35%
B = 6.63%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#95220D (or 0x95220D) is known color: Mandarian Orange. HEX triplet: 95, 22 and 0D. RGB value is (149,34,13). Sum of RGB (Red+Green+Blue) = 149+34+13=196 (25% of max value = 765). Red value is 149 (58.59% from 255 or 76.02% from 196); Green value is 34 (13.67% from 255 or 17.35% from 196); Blue value is 13 (5.47% from 255 or 6.63% from 196); Max value from RGB is 149 - color contains mainly: red. Hex color #95220D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95220D is #6ADDF2. Grayscale: #424242. Windows color (decimal): -7003635 or 860821. OLE color: 860821.

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

Color convert

RGB 149 34 13 -
CMYK 0 0.77 0.91 0.42
HSL 9.26º 0.84% 0.32% -
HSV(B) 9.26º 0.91% 0.58% -
XYZ 13.04 7.56 1.15 -
YUV 65.99 98.1 187.21 -
System Red Green Blue C M Y K H S L
Decimal 149 34 13 0 0.77 0.91 0.42 9.26 0.84 0.32
Hex 95 22 D 0 4D 5B 2A 9 54 20
Octal 225 42 15 0 115 133 52 11 124 40
Binary 10010101 100010 1101 0 1001101 1011011 101010 1001 1010100 100000

Color Harmonies of #95220D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95220D

Black with #95220D

Text Example


Text Example

White with #95220D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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