Html Css Color HEX #9D270B Mandarian Orange

📋 copy color: '#9D270B'

red 157 ◦ green 39 ◦ blue 11

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

Shades of Mandarian Orange #9D270B

Tints of Mandarian Orange #9D270B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.84%

 BLUE value IS 11 (4.69% from 255) = 5.31%

R = 75.85%
G = 18.84%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.93

 K value IS 0.38

RGB Variations

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

Color information

#9D270B (or 0x9D270B) is known color: Mandarian Orange. HEX triplet: 9D, 27 and 0B. RGB value is (157,39,11). Sum of RGB (Red+Green+Blue) = 157+39+11=207 (27% of max value = 765). Red value is 157 (61.72% from 255 or 75.85% from 207); Green value is 39 (15.62% from 255 or 18.84% from 207); Blue value is 11 (4.69% from 255 or 5.31% from 207); Max value from RGB is 157 - color contains mainly: red. Hex color #9D270B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D270B is #62D8F4. Grayscale: #474747. Windows color (decimal): -6478069 or 731037. OLE color: 731037.

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

Color convert

RGB 157 39 11 -
CMYK 0 0.75 0.93 0.38
HSL 11.51º 0.87% 0.33% -
HSV(B) 11.51º 0.93% 0.62% -
XYZ 14.69 8.64 1.21 -
YUV 71.09 94.09 189.28 -
System Red Green Blue C M Y K H S L
Decimal 157 39 11 0 0.75 0.93 0.38 11.51 0.87 0.33
Hex 9D 27 B 0 4B 5D 26 C 57 21
Octal 235 47 13 0 113 135 46 14 127 41
Binary 10011101 100111 1011 0 1001011 1011101 100110 1100 1010111 100001

Color Harmonies of #9D270B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D270B

Black with #9D270B

Text Example


Text Example

White with #9D270B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,39,11); }

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

background-color css

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

 a { background-color: rgb(157,39,11); }

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

border-color css

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

 span { border-color: rgb(157,39,11); }

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