Html Css Color HEX #9B4717 Saddle Brown

📋 copy color: '#9B4717'

red 155 ◦ green 71 ◦ blue 23

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

Shades of Saddle Brown #9B4717

Tints of Saddle Brown #9B4717

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.51%

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

R = 62.25%
G = 28.51%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.85

 K value IS 0.39

RGB Variations

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

Color information

#9B4717 (or 0x9B4717) is known color: Saddle Brown. HEX triplet: 9B, 47 and 17. RGB value is (155,71,23). Sum of RGB (Red+Green+Blue) = 155+71+23=249 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.25% from 249); Green value is 71 (28.12% from 255 or 28.51% from 249); Blue value is 23 (9.38% from 255 or 9.24% from 249); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4717 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B4717 is #64B8E8. Grayscale: #5A5A5A. Windows color (decimal): -6600937 or 1525659. OLE color: 1525659.

HSL color Cylindrical-coordinate representation of color #9B4717: hue angle of 21.82º 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 #9B4717 is Cyan = 0, Magento = 0.54, Yellow = 0.85 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 71 23 -
CMYK 0 0.54 0.85 0.39
HSL 21.82º 0.74% 0.35% -
HSV(B) 21.82º 0.85% 0.61% -
XYZ 15.93 11.54 2.2 -
YUV 90.64 89.83 173.9 -
System Red Green Blue C M Y K H S L
Decimal 155 71 23 0 0.54 0.85 0.39 21.82 0.74 0.35
Hex 9B 47 17 0 36 55 27 16 4A 23
Octal 233 107 27 0 66 125 47 26 112 43
Binary 10011011 1000111 10111 0 110110 1010101 100111 10110 1001010 100011

Color Harmonies of #9B4717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4717

Black with #9B4717

Text Example


Text Example

White with #9B4717

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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