Html Css Color HEX #9B3710 Saddle Brown

📋 copy color: '#9B3710'

red 155 ◦ green 55 ◦ blue 16

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

Shades of Saddle Brown #9B3710

Tints of Saddle Brown #9B3710

RGB

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

 GREEN value IS 55 (21.88% from 255) = 24.34%

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

R = 68.58%
G = 24.34%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.90

 K value IS 0.39

RGB Variations

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

Color information

#9B3710 (or 0x9B3710) is known color: Saddle Brown. HEX triplet: 9B, 37 and 10. RGB value is (155,55,16). Sum of RGB (Red+Green+Blue) = 155+55+16=226 (29% of max value = 765). Red value is 155 (60.94% from 255 or 68.58% from 226); Green value is 55 (21.88% from 255 or 24.34% from 226); Blue value is 16 (6.64% from 255 or 7.08% from 226); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3710 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B3710 is #64C8EF. Grayscale: #505050. Windows color (decimal): -6605040 or 1062811. OLE color: 1062811.

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

Color convert

RGB 155 55 16 -
CMYK 0 0.65 0.90 0.39
HSL 16.83º 0.81% 0.34% -
HSV(B) 16.83º 0.9% 0.61% -
XYZ 14.98 9.74 1.58 -
YUV 80.45 91.63 181.17 -
System Red Green Blue C M Y K H S L
Decimal 155 55 16 0 0.65 0.90 0.39 16.83 0.81 0.34
Hex 9B 37 10 0 41 5A 27 11 51 22
Octal 233 67 20 0 101 132 47 21 121 42
Binary 10011011 110111 10000 0 1000001 1011010 100111 10001 1010001 100010

Color Harmonies of #9B3710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3710

Black with #9B3710

Text Example


Text Example

White with #9B3710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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