Html Css Color HEX #9B4609 Saddle Brown

📋 copy color: '#9B4609'

red 155 ◦ green 70 ◦ blue 9

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

Shades of Saddle Brown #9B4609

Tints of Saddle Brown #9B4609

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.85%

R = 66.24%
G = 29.91%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.94

 K value IS 0.39

RGB Variations

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

Color information

#9B4609 (or 0x9B4609) is known color: Saddle Brown. HEX triplet: 9B, 46 and 09. RGB value is (155,70,9). Sum of RGB (Red+Green+Blue) = 155+70+9=234 (30% of max value = 765). Red value is 155 (60.94% from 255 or 66.24% from 234); Green value is 70 (27.73% from 255 or 29.91% from 234); Blue value is 9 (3.91% from 255 or 3.85% from 234); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4609 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B4609 is #64B9F6. Grayscale: #585858. Windows color (decimal): -6601207 or 607899. OLE color: 607899.

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

Color convert

RGB 155 70 9 -
CMYK 0 0.55 0.94 0.39
HSL 25.07º 0.89% 0.32% -
HSV(B) 25.07º 0.94% 0.61% -
XYZ 15.76 11.37 1.62 -
YUV 88.46 83.16 175.46 -
System Red Green Blue C M Y K H S L
Decimal 155 70 9 0 0.55 0.94 0.39 25.07 0.89 0.32
Hex 9B 46 9 0 37 5E 27 19 59 20
Octal 233 106 11 0 67 136 47 31 131 40
Binary 10011011 1000110 1001 0 110111 1011110 100111 11001 1011001 100000

Color Harmonies of #9B4609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4609

Black with #9B4609

Text Example


Text Example

White with #9B4609

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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