Html Css Color HEX #9B310A Saddle Brown

📋 copy color: '#9B310A'

red 155 ◦ green 49 ◦ blue 10

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

Shades of Saddle Brown #9B310A

Tints of Saddle Brown #9B310A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.9%

 BLUE value IS 10 (4.3% from 255) = 4.67%

R = 72.43%
G = 22.9%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.39

RGB Variations

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

Color information

#9B310A (or 0x9B310A) is known color: Saddle Brown. HEX triplet: 9B, 31 and 0A. RGB value is (155,49,10). Sum of RGB (Red+Green+Blue) = 155+49+10=214 (28% of max value = 765). Red value is 155 (60.94% from 255 or 72.43% from 214); Green value is 49 (19.53% from 255 or 22.90% from 214); Blue value is 10 (4.30% from 255 or 4.67% from 214); Max value from RGB is 155 - color contains mainly: red. Hex color #9B310A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B310A is #64CEF5. Grayscale: #4C4C4C. Windows color (decimal): -6606582 or 668059. OLE color: 668059.

HSL color Cylindrical-coordinate representation of color #9B310A: hue angle of 16.14º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9B310A is Cyan = 0, Magento = 0.68, Yellow = 0.94 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 49 10 -
CMYK 0 0.68 0.94 0.39
HSL 16.14º 0.88% 0.32% -
HSV(B) 16.14º 0.94% 0.61% -
XYZ 14.67 9.19 1.29 -
YUV 76.25 90.62 184.17 -
System Red Green Blue C M Y K H S L
Decimal 155 49 10 0 0.68 0.94 0.39 16.14 0.88 0.32
Hex 9B 31 A 0 44 5E 27 10 58 20
Octal 233 61 12 0 104 136 47 20 130 40
Binary 10011011 110001 1010 0 1000100 1011110 100111 10000 1011000 100000

Color Harmonies of #9B310A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B310A

Black with #9B310A

Text Example


Text Example

White with #9B310A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,49,10); }

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

background-color css

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

 a { background-color: rgb(155,49,10); }

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

border-color css

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

 span { border-color: rgb(155,49,10); }

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