Html Css Color HEX #9B4111 Saddle Brown

📋 copy color: '#9B4111'

red 155 ◦ green 65 ◦ blue 17

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

Shades of Saddle Brown #9B4111

Tints of Saddle Brown #9B4111

RGB

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

 GREEN value IS 65 (25.78% from 255) = 27.43%

 BLUE value IS 17 (7.03% from 255) = 7.17%

R = 65.4%
G = 27.43%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.89

 K value IS 0.39

RGB Variations

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

Color information

#9B4111 (or 0x9B4111) is known color: Saddle Brown. HEX triplet: 9B, 41 and 11. RGB value is (155,65,17). Sum of RGB (Red+Green+Blue) = 155+65+17=237 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.40% from 237); Green value is 65 (25.78% from 255 or 27.43% from 237); Blue value is 17 (7.03% from 255 or 7.17% from 237); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4111 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B4111 is #64BEEE. Grayscale: #565656. Windows color (decimal): -6602479 or 1130907. OLE color: 1130907.

HSL color Cylindrical-coordinate representation of color #9B4111: hue angle of 20.87º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9B4111 is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 65 17 -
CMYK 0 0.58 0.89 0.39
HSL 20.87º 0.8% 0.34% -
HSV(B) 20.87º 0.89% 0.61% -
XYZ 15.51 10.79 1.8 -
YUV 86.44 88.82 176.9 -
System Red Green Blue C M Y K H S L
Decimal 155 65 17 0 0.58 0.89 0.39 20.87 0.8 0.34
Hex 9B 41 11 0 3A 59 27 15 50 22
Octal 233 101 21 0 72 131 47 25 120 42
Binary 10011011 1000001 10001 0 111010 1011001 100111 10101 1010000 100010

Color Harmonies of #9B4111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4111

Black with #9B4111

Text Example


Text Example

White with #9B4111

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,65,17); }

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

background-color css

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

 a { background-color: rgb(155,65,17); }

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

border-color css

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

 span { border-color: rgb(155,65,17); }

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