Html Css Color HEX #9D2612 Mandarian Orange

📋 copy color: '#9D2612'

red 157 ◦ green 38 ◦ blue 18

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

Shades of Mandarian Orange #9D2612

Tints of Mandarian Orange #9D2612

RGB

 RED value IS 157 (61.72% from 255) = 73.71%

 GREEN value IS 38 (15.23% from 255) = 17.84%

 BLUE value IS 18 (7.42% from 255) = 8.45%

R = 73.71%
G = 17.84%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#9D2612 (or 0x9D2612) is known color: Mandarian Orange. HEX triplet: 9D, 26 and 12. RGB value is (157,38,18). Sum of RGB (Red+Green+Blue) = 157+38+18=213 (28% of max value = 765). Red value is 157 (61.72% from 255 or 73.71% from 213); Green value is 38 (15.23% from 255 or 17.84% from 213); Blue value is 18 (7.42% from 255 or 8.45% from 213); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2612 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D2612 is #62D9ED. Grayscale: #474747. Windows color (decimal): -6478318 or 1189533. OLE color: 1189533.

HSL color Cylindrical-coordinate representation of color #9D2612: hue angle of 8.63º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9D2612 is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 38 18 -
CMYK 0 0.76 0.89 0.38
HSL 8.63º 0.79% 0.34% -
HSV(B) 8.63º 0.89% 0.62% -
XYZ 14.71 8.6 1.46 -
YUV 71.3 97.92 189.13 -
System Red Green Blue C M Y K H S L
Decimal 157 38 18 0 0.76 0.89 0.38 8.63 0.79 0.34
Hex 9D 26 12 0 4C 59 26 9 4F 22
Octal 235 46 22 0 114 131 46 11 117 42
Binary 10011101 100110 10010 0 1001100 1011001 100110 1001 1001111 100010

Color Harmonies of #9D2612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D2612

Black with #9D2612

Text Example


Text Example

White with #9D2612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D2612; }

 p { color: rgb(157,38,18); }

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

background-color css

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

 a { background-color: rgb(157,38,18); }

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

border-color css

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

 span { border-color: rgb(157,38,18); }

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