Html Css Color HEX #9B4615 Saddle Brown

📋 copy color: '#9B4615'

red 155 ◦ green 70 ◦ blue 21

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

Shades of Saddle Brown #9B4615

Tints of Saddle Brown #9B4615

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.46%

 BLUE value IS 21 (8.59% from 255) = 8.54%

R = 63.01%
G = 28.46%
B = 8.54%

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

#9B4615 (or 0x9B4615) is known color: Saddle Brown. HEX triplet: 9B, 46 and 15. RGB value is (155,70,21). Sum of RGB (Red+Green+Blue) = 155+70+21=246 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.01% from 246); Green value is 70 (27.73% from 255 or 28.46% from 246); Blue value is 21 (8.59% from 255 or 8.54% from 246); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4615 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B4615 is #64B9EA. Grayscale: #5A5A5A. Windows color (decimal): -6601195 or 1394331. OLE color: 1394331.

HSL color Cylindrical-coordinate representation of color #9B4615: hue angle of 21.94º degrees, saturation: 0.76, 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 #9B4615 is Cyan = 0, Magento = 0.55, Yellow = 0.86 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 70 21 -
CMYK 0 0.55 0.86 0.39
HSL 21.94º 0.76% 0.35% -
HSV(B) 21.94º 0.86% 0.61% -
XYZ 15.84 11.4 2.08 -
YUV 89.83 89.16 174.48 -
System Red Green Blue C M Y K H S L
Decimal 155 70 21 0 0.55 0.86 0.39 21.94 0.76 0.35
Hex 9B 46 15 0 37 56 27 16 4C 23
Octal 233 106 25 0 67 126 47 26 114 43
Binary 10011011 1000110 10101 0 110111 1010110 100111 10110 1001100 100011

Color Harmonies of #9B4615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4615

Black with #9B4615

Text Example


Text Example

White with #9B4615

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,70,21); }

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

background-color css

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

 a { background-color: rgb(155,70,21); }

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

border-color css

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

 span { border-color: rgb(155,70,21); }

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