Html Css Color HEX #9B4510 Saddle Brown

📋 copy color: '#9B4510'

red 155 ◦ green 69 ◦ blue 16

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

Shades of Saddle Brown #9B4510

Tints of Saddle Brown #9B4510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.67%

R = 64.58%
G = 28.75%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.90

 K value IS 0.39

RGB Variations

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

Color information

#9B4510 (or 0x9B4510) is known color: Saddle Brown. HEX triplet: 9B, 45 and 10. RGB value is (155,69,16). Sum of RGB (Red+Green+Blue) = 155+69+16=240 (31% of max value = 765). Red value is 155 (60.94% from 255 or 64.58% from 240); Green value is 69 (27.34% from 255 or 28.75% from 240); Blue value is 16 (6.64% from 255 or 6.67% from 240); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4510 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B4510 is #64BAEF. Grayscale: #585858. Windows color (decimal): -6601456 or 1066395. OLE color: 1066395.

HSL color Cylindrical-coordinate representation of color #9B4510: hue angle of 22.88º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B4510 is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB 155 69 16 -
CMYK 0 0.55 0.90 0.39
HSL 22.88º 0.81% 0.34% -
HSV(B) 22.88º 0.9% 0.61% -
XYZ 15.74 11.26 1.83 -
YUV 88.67 86.99 175.31 -
System Red Green Blue C M Y K H S L
Decimal 155 69 16 0 0.55 0.90 0.39 22.88 0.81 0.34
Hex 9B 45 10 0 37 5A 27 17 51 22
Octal 233 105 20 0 67 132 47 27 121 42
Binary 10011011 1000101 10000 0 110111 1011010 100111 10111 1010001 100010

Color Harmonies of #9B4510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B4510

Black with #9B4510

Text Example


Text Example

White with #9B4510

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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