Html Css Color HEX #9B270C Mandarian Orange

📋 copy color: '#9B270C'

red 155 ◦ green 39 ◦ blue 12

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

Shades of Mandarian Orange #9B270C

Tints of Mandarian Orange #9B270C

RGB

 RED value IS 155 (60.94% from 255) = 75.24%

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

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

R = 75.24%
G = 18.93%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.92

 K value IS 0.39

RGB Variations

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

Color information

#9B270C (or 0x9B270C) is known color: Mandarian Orange. HEX triplet: 9B, 27 and 0C. RGB value is (155,39,12). Sum of RGB (Red+Green+Blue) = 155+39+12=206 (27% of max value = 765). Red value is 155 (60.94% from 255 or 75.24% from 206); Green value is 39 (15.62% from 255 or 18.93% from 206); Blue value is 12 (5.08% from 255 or 5.83% from 206); Max value from RGB is 155 - color contains mainly: red. Hex color #9B270C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B270C is #64D8F3. Grayscale: #464646. Windows color (decimal): -6609140 or 796571. OLE color: 796571.

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

Color convert

RGB 155 39 12 -
CMYK 0 0.75 0.92 0.39
HSL 11.33º 0.86% 0.33% -
HSV(B) 11.33º 0.92% 0.61% -
XYZ 14.31 8.45 1.22 -
YUV 70.61 94.93 188.2 -
System Red Green Blue C M Y K H S L
Decimal 155 39 12 0 0.75 0.92 0.39 11.33 0.86 0.33
Hex 9B 27 C 0 4B 5C 27 B 56 21
Octal 233 47 14 0 113 134 47 13 126 41
Binary 10011011 100111 1100 0 1001011 1011100 100111 1011 1010110 100001

Color Harmonies of #9B270C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B270C

Black with #9B270C

Text Example


Text Example

White with #9B270C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,39,12); }

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

background-color css

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

 a { background-color: rgb(155,39,12); }

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

border-color css

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

 span { border-color: rgb(155,39,12); }

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