Html Css Color HEX #9B4516 Saddle Brown

📋 copy color: '#9B4516'

red 155 ◦ green 69 ◦ blue 22

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

Shades of Saddle Brown #9B4516

Tints of Saddle Brown #9B4516

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.05%

 BLUE value IS 22 (8.98% from 255) = 8.94%

R = 63.01%
G = 28.05%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.86

 K value IS 0.39

RGB Variations

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

Color information

#9B4516 (or 0x9B4516) is known color: Saddle Brown. HEX triplet: 9B, 45 and 16. RGB value is (155,69,22). Sum of RGB (Red+Green+Blue) = 155+69+22=246 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.01% from 246); Green value is 69 (27.34% from 255 or 28.05% from 246); Blue value is 22 (8.98% from 255 or 8.94% from 246); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4516 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B4516 is #64BAE9. Grayscale: #595959. Windows color (decimal): -6601450 or 1459611. OLE color: 1459611.

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

Color convert

RGB 155 69 22 -
CMYK 0 0.55 0.86 0.39
HSL 21.2º 0.75% 0.35% -
HSV(B) 21.2º 0.86% 0.61% -
XYZ 15.79 11.28 2.1 -
YUV 89.36 89.99 174.82 -
System Red Green Blue C M Y K H S L
Decimal 155 69 22 0 0.55 0.86 0.39 21.2 0.75 0.35
Hex 9B 45 16 0 37 56 27 15 4B 23
Octal 233 105 26 0 67 126 47 25 113 43
Binary 10011011 1000101 10110 0 110111 1010110 100111 10101 1001011 100011

Color Harmonies of #9B4516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4516

Black with #9B4516

Text Example


Text Example

White with #9B4516

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,69,22); }

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

background-color css

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

 a { background-color: rgb(155,69,22); }

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

border-color css

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

 span { border-color: rgb(155,69,22); }

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