Html Css Color HEX #9D270F Mandarian Orange

📋 copy color: '#9D270F'

red 157 ◦ green 39 ◦ blue 15

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

Shades of Mandarian Orange #9D270F

Tints of Mandarian Orange #9D270F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.11%

R = 74.41%
G = 18.48%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0.38

RGB Variations

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

Color information

#9D270F (or 0x9D270F) is known color: Mandarian Orange. HEX triplet: 9D, 27 and 0F. RGB value is (157,39,15). Sum of RGB (Red+Green+Blue) = 157+39+15=211 (27% of max value = 765). Red value is 157 (61.72% from 255 or 74.41% from 211); Green value is 39 (15.62% from 255 or 18.48% from 211); Blue value is 15 (6.25% from 255 or 7.11% from 211); Max value from RGB is 157 - color contains mainly: red. Hex color #9D270F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D270F is #62D8F0. Grayscale: #474747. Windows color (decimal): -6478065 or 993181. OLE color: 993181.

HSL color Cylindrical-coordinate representation of color #9D270F: hue angle of 10.14º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9D270F is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 39 15 -
CMYK 0 0.75 0.90 0.38
HSL 10.14º 0.83% 0.34% -
HSV(B) 10.14º 0.9% 0.62% -
XYZ 14.72 8.65 1.35 -
YUV 71.55 96.09 188.95 -
System Red Green Blue C M Y K H S L
Decimal 157 39 15 0 0.75 0.90 0.38 10.14 0.83 0.34
Hex 9D 27 F 0 4B 5A 26 A 53 22
Octal 235 47 17 0 113 132 46 12 123 42
Binary 10011101 100111 1111 0 1001011 1011010 100110 1010 1010011 100010

Color Harmonies of #9D270F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D270F

Black with #9D270F

Text Example


Text Example

White with #9D270F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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