Html Css Color HEX #9B5107 Saddle Brown

📋 copy color: '#9B5107'

red 155 ◦ green 81 ◦ blue 7

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

Shades of Saddle Brown #9B5107

Tints of Saddle Brown #9B5107

RGB

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

 GREEN value IS 81 (32.03% from 255) = 33.33%

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

R = 63.79%
G = 33.33%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.95

 K value IS 0.39

RGB Variations

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

Color information

#9B5107 (or 0x9B5107) is known color: Saddle Brown. HEX triplet: 9B, 51 and 07. RGB value is (155,81,7). Sum of RGB (Red+Green+Blue) = 155+81+7=243 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.79% from 243); Green value is 81 (32.03% from 255 or 33.33% from 243); Blue value is 7 (3.12% from 255 or 2.88% from 243); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5107 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5107 is #64AEF8. Grayscale: #5F5F5F. Windows color (decimal): -6598393 or 479643. OLE color: 479643.

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

Color convert

RGB 155 81 7 -
CMYK 0 0.48 0.95 0.39
HSL 30º 0.91% 0.32% -
HSV(B) 30º 0.95% 0.61% -
XYZ 16.5 12.87 1.82 -
YUV 94.69 78.52 171.02 -
System Red Green Blue C M Y K H S L
Decimal 155 81 7 0 0.48 0.95 0.39 30 0.91 0.32
Hex 9B 51 7 0 30 5F 27 1E 5B 20
Octal 233 121 7 0 60 137 47 36 133 40
Binary 10011011 1010001 111 0 110000 1011111 100111 11110 1011011 100000

Color Harmonies of #9B5107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B5107

Black with #9B5107

Text Example


Text Example

White with #9B5107

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,81,7); }

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

background-color css

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

 a { background-color: rgb(155,81,7); }

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

border-color css

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

 span { border-color: rgb(155,81,7); }

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