Html Css Color HEX #9D280C Mandarian Orange

📋 copy color: '#9D280C'

red 157 ◦ green 40 ◦ blue 12

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

Shades of Mandarian Orange #9D280C

Tints of Mandarian Orange #9D280C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.14%

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

R = 75.12%
G = 19.14%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.92

 K value IS 0.38

RGB Variations

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

Color information

#9D280C (or 0x9D280C) is known color: Mandarian Orange. HEX triplet: 9D, 28 and 0C. RGB value is (157,40,12). Sum of RGB (Red+Green+Blue) = 157+40+12=209 (27% of max value = 765). Red value is 157 (61.72% from 255 or 75.12% from 209); Green value is 40 (16.02% from 255 or 19.14% from 209); Blue value is 12 (5.08% from 255 or 5.74% from 209); Max value from RGB is 157 - color contains mainly: red. Hex color #9D280C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D280C is #62D7F3. Grayscale: #484848. Windows color (decimal): -6477812 or 796829. OLE color: 796829.

HSL color Cylindrical-coordinate representation of color #9D280C: hue angle of 11.59º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9D280C is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 40 12 -
CMYK 0 0.75 0.92 0.38
HSL 11.59º 0.86% 0.33% -
HSV(B) 11.59º 0.92% 0.62% -
XYZ 14.73 8.71 1.25 -
YUV 71.79 94.26 188.78 -
System Red Green Blue C M Y K H S L
Decimal 157 40 12 0 0.75 0.92 0.38 11.59 0.86 0.33
Hex 9D 28 C 0 4B 5C 26 C 56 21
Octal 235 50 14 0 113 134 46 14 126 41
Binary 10011101 101000 1100 0 1001011 1011100 100110 1100 1010110 100001

Color Harmonies of #9D280C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D280C

Black with #9D280C

Text Example


Text Example

White with #9D280C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,40,12); }

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

background-color css

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

 a { background-color: rgb(157,40,12); }

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

border-color css

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

 span { border-color: rgb(157,40,12); }

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