Html Css Color HEX #9D280D Mandarian Orange

📋 copy color: '#9D280D'

red 157 ◦ green 40 ◦ blue 13

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

Shades of Mandarian Orange #9D280D

Tints of Mandarian Orange #9D280D

RGB

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

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

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

R = 74.76%
G = 19.05%
B = 6.19%

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

#9D280D (or 0x9D280D) is known color: Mandarian Orange. HEX triplet: 9D, 28 and 0D. RGB value is (157,40,13). Sum of RGB (Red+Green+Blue) = 157+40+13=210 (27% of max value = 765). Red value is 157 (61.72% from 255 or 74.76% from 210); Green value is 40 (16.02% from 255 or 19.05% from 210); Blue value is 13 (5.47% from 255 or 6.19% from 210); Max value from RGB is 157 - color contains mainly: red. Hex color #9D280D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D280D is #62D7F2. Grayscale: #484848. Windows color (decimal): -6477811 or 862365. OLE color: 862365.

HSL color Cylindrical-coordinate representation of color #9D280D: hue angle of 11.25º degrees, saturation: 0.85, 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 #9D280D is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 40 13 -
CMYK 0 0.75 0.92 0.38
HSL 11.25º 0.85% 0.33% -
HSV(B) 11.25º 0.92% 0.62% -
XYZ 14.74 8.71 1.29 -
YUV 71.91 94.76 188.7 -
System Red Green Blue C M Y K H S L
Decimal 157 40 13 0 0.75 0.92 0.38 11.25 0.85 0.33
Hex 9D 28 D 0 4B 5C 26 B 55 21
Octal 235 50 15 0 113 134 46 13 125 41
Binary 10011101 101000 1101 0 1001011 1011100 100110 1011 1010101 100001

Color Harmonies of #9D280D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D280D

Black with #9D280D

Text Example


Text Example

White with #9D280D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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