Html Css Color HEX #9B4705 Saddle Brown

📋 copy color: '#9B4705'

red 155 ◦ green 71 ◦ blue 5

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

Shades of Saddle Brown #9B4705

Tints of Saddle Brown #9B4705

RGB

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

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

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

R = 67.1%
G = 30.74%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.97

 K value IS 0.39

RGB Variations

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

Color information

#9B4705 (or 0x9B4705) is known color: Saddle Brown. HEX triplet: 9B, 47 and 05. RGB value is (155,71,5). Sum of RGB (Red+Green+Blue) = 155+71+5=231 (30% of max value = 765). Red value is 155 (60.94% from 255 or 67.10% from 231); Green value is 71 (28.12% from 255 or 30.74% from 231); Blue value is 5 (2.34% from 255 or 2.16% from 231); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4705 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B4705 is #64B8FA. Grayscale: #585858. Windows color (decimal): -6600955 or 346011. OLE color: 346011.

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

Color convert

RGB 155 71 5 -
CMYK 0 0.54 0.97 0.39
HSL 26.4º 0.94% 0.31% -
HSV(B) 26.4º 0.97% 0.61% -
XYZ 15.8 11.49 1.53 -
YUV 88.59 80.83 175.37 -
System Red Green Blue C M Y K H S L
Decimal 155 71 5 0 0.54 0.97 0.39 26.4 0.94 0.31
Hex 9B 47 5 0 36 61 27 1A 5E 1F
Octal 233 107 5 0 66 141 47 32 136 37
Binary 10011011 1000111 101 0 110110 1100001 100111 11010 1011110 11111

Color Harmonies of #9B4705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4705

Black with #9B4705

Text Example


Text Example

White with #9B4705

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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