Html Css Color HEX #9B4605 Saddle Brown

📋 copy color: '#9B4605'

red 155 ◦ green 70 ◦ blue 5

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

Shades of Saddle Brown #9B4605

Tints of Saddle Brown #9B4605

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.17%

R = 67.39%
G = 30.43%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.97

 K value IS 0.39

RGB Variations

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

Color information

#9B4605 (or 0x9B4605) is known color: Saddle Brown. HEX triplet: 9B, 46 and 05. RGB value is (155,70,5). Sum of RGB (Red+Green+Blue) = 155+70+5=230 (30% of max value = 765). Red value is 155 (60.94% from 255 or 67.39% from 230); Green value is 70 (27.73% from 255 or 30.43% from 230); Blue value is 5 (2.34% from 255 or 2.17% from 230); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4605 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B4605 is #64B9FA. Grayscale: #585858. Windows color (decimal): -6601211 or 345755. OLE color: 345755.

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

Color convert

RGB 155 70 5 -
CMYK 0 0.55 0.97 0.39
HSL 26º 0.94% 0.31% -
HSV(B) 26º 0.97% 0.61% -
XYZ 15.74 11.36 1.51 -
YUV 88.01 81.16 175.79 -
System Red Green Blue C M Y K H S L
Decimal 155 70 5 0 0.55 0.97 0.39 26 0.94 0.31
Hex 9B 46 5 0 37 61 27 1A 5E 1F
Octal 233 106 5 0 67 141 47 32 136 37
Binary 10011011 1000110 101 0 110111 1100001 100111 11010 1011110 11111

Color Harmonies of #9B4605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4605

Black with #9B4605

Text Example


Text Example

White with #9B4605

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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