Html Css Color HEX #9D2407 Mandarian Orange

📋 copy color: '#9D2407'

red 157 ◦ green 36 ◦ blue 7

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

Shades of Mandarian Orange #9D2407

Tints of Mandarian Orange #9D2407

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18%

 BLUE value IS 7 (3.13% from 255) = 3.5%

R = 78.5%
G = 18%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.96

 K value IS 0.38

RGB Variations

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

Color information

#9D2407 (or 0x9D2407) is known color: Mandarian Orange. HEX triplet: 9D, 24 and 07. RGB value is (157,36,7). Sum of RGB (Red+Green+Blue) = 157+36+7=200 (26% of max value = 765). Red value is 157 (61.72% from 255 or 78.5% from 200); Green value is 36 (14.45% from 255 or 18% from 200); Blue value is 7 (3.12% from 255 or 3.5% from 200); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2407 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9D2407 is #62DBF8. Grayscale: #454545. Windows color (decimal): -6478841 or 468125. OLE color: 468125.

HSL color Cylindrical-coordinate representation of color #9D2407: hue angle of 11.6º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9D2407 is Cyan = 0, Magento = 0.77, Yellow = 0.96 and Black (K on CMYK) = 0.38.

Color convert

RGB 157 36 7 -
CMYK 0 0.77 0.96 0.38
HSL 11.6º 0.91% 0.32% -
HSV(B) 11.6º 0.96% 0.62% -
XYZ 14.57 8.45 1.06 -
YUV 68.87 93.09 190.86 -
System Red Green Blue C M Y K H S L
Decimal 157 36 7 0 0.77 0.96 0.38 11.6 0.91 0.32
Hex 9D 24 7 0 4D 60 26 C 5B 20
Octal 235 44 7 0 115 140 46 14 133 40
Binary 10011101 100100 111 0 1001101 1100000 100110 1100 1011011 100000

Color Harmonies of #9D2407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D2407

Black with #9D2407

Text Example


Text Example

White with #9D2407

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,36,7); }

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

background-color css

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

 a { background-color: rgb(157,36,7); }

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

border-color css

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

 span { border-color: rgb(157,36,7); }

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