Html Css Color HEX #9B2517 Mandarian Orange

📋 copy color: '#9B2517'

red 155 ◦ green 37 ◦ blue 23

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

Shades of Mandarian Orange #9B2517

Tints of Mandarian Orange #9B2517

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.21%

 BLUE value IS 23 (9.38% from 255) = 10.7%

R = 72.09%
G = 17.21%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.85

 K value IS 0.39

RGB Variations

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

Color information

#9B2517 (or 0x9B2517) is known color: Mandarian Orange. HEX triplet: 9B, 25 and 17. RGB value is (155,37,23). Sum of RGB (Red+Green+Blue) = 155+37+23=215 (28% of max value = 765). Red value is 155 (60.94% from 255 or 72.09% from 215); Green value is 37 (14.84% from 255 or 17.21% from 215); Blue value is 23 (9.38% from 255 or 10.70% from 215); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2517 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B2517 is #64DAE8. Grayscale: #464646. Windows color (decimal): -6609641 or 1516955. OLE color: 1516955.

HSL color Cylindrical-coordinate representation of color #9B2517: hue angle of 6.36º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9B2517 is Cyan = 0, Magento = 0.76, Yellow = 0.85 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 37 23 -
CMYK 0 0.76 0.85 0.39
HSL 6.36º 0.74% 0.35% -
HSV(B) 6.36º 0.85% 0.61% -
XYZ 14.33 8.35 1.67 -
YUV 70.69 101.09 188.14 -
System Red Green Blue C M Y K H S L
Decimal 155 37 23 0 0.76 0.85 0.39 6.36 0.74 0.35
Hex 9B 25 17 0 4C 55 27 6 4A 23
Octal 233 45 27 0 114 125 47 6 112 43
Binary 10011011 100101 10111 0 1001100 1010101 100111 110 1001010 100011

Color Harmonies of #9B2517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B2517

Black with #9B2517

Text Example


Text Example

White with #9B2517

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,37,23); }

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

background-color css

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

 a { background-color: rgb(155,37,23); }

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

border-color css

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

 span { border-color: rgb(155,37,23); }

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