Html Css Color HEX #9B3F11 Saddle Brown

📋 copy color: '#9B3F11'

red 155 ◦ green 63 ◦ blue 17

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

Shades of Saddle Brown #9B3F11

Tints of Saddle Brown #9B3F11

RGB

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

 GREEN value IS 63 (25% from 255) = 26.81%

 BLUE value IS 17 (7.03% from 255) = 7.23%

R = 65.96%
G = 26.81%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.89

 K value IS 0.39

RGB Variations

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

Color information

#9B3F11 (or 0x9B3F11) is known color: Saddle Brown. HEX triplet: 9B, 3F and 11. RGB value is (155,63,17). Sum of RGB (Red+Green+Blue) = 155+63+17=235 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.96% from 235); Green value is 63 (25% from 255 or 26.81% from 235); Blue value is 17 (7.03% from 255 or 7.23% from 235); Max value from RGB is 155 - color contains mainly: red. Hex color #9B3F11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B3F11 is #64C0EE. Grayscale: #555555. Windows color (decimal): -6602991 or 1130395. OLE color: 1130395.

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

Color convert

RGB 155 63 17 -
CMYK 0 0.59 0.89 0.39
HSL 20º 0.8% 0.34% -
HSV(B) 20º 0.89% 0.61% -
XYZ 15.4 10.56 1.76 -
YUV 85.26 89.48 177.74 -
System Red Green Blue C M Y K H S L
Decimal 155 63 17 0 0.59 0.89 0.39 20 0.8 0.34
Hex 9B 3F 11 0 3B 59 27 14 50 22
Octal 233 77 21 0 73 131 47 24 120 42
Binary 10011011 111111 10001 0 111011 1011001 100111 10100 1010000 100010

Color Harmonies of #9B3F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B3F11

Black with #9B3F11

Text Example


Text Example

White with #9B3F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,63,17); }

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

background-color css

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

 a { background-color: rgb(155,63,17); }

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

border-color css

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

 span { border-color: rgb(155,63,17); }

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