#9B390F

Color #9B390F Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #9B390F

Tints of Saddle Brown #9B390F

Color information

#9B390F (or 0x9B390F) is unknown color: approx Saddle Brown. HEX triplet: 9B, 39 and 0F. RGB value is (155,57,15). Sum of RGB (Red+Green+Blue) = 155+57+15=227 (30% of max value = 765). Red value is 155 (60.94% from 255 or 68.28% from 227); Green value is 57 (22.66% from 255 or 25.11% from 227); Blue value is 15 (6.25% from 255 or 6.61% from 227); Max value from RGB is 155 - color contains mainly: red. Hex color #9B390F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B390F is #64C6F0. Grayscale: #515151. Windows color (decimal): -6604529 or 997787. OLE color: 997787.

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

Color convert

RGB1555715-
CMYK00.630.900.39
HSL18º82.35%33.33%-
HSV(B)18º90.32%60.78%-
XYZ15.079.931.57-
YUV81.5190.47180.42-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 68.28%
GREEN value IS 57 (22.66% from 255) = 25.11%
BLUE value IS 15 (6.25% from 255) = 6.61%
R=68.28%
G=25.11%
B=6.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.90
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155571500.630.900.391882.3533.33
Hex9B39F03F5A27125221
Octal2337117077132472212241
Binary10011011111001111101111111011010100111100101010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B390F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,57,15); }

 H1.HeaderClassName
 {
   color: #9B390F;
 }
 .AnyTagClassName
 {
   color: #9B390F;
 }
</style>
background-color css

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

 a { background-color: rgb(155,57,15); }

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

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

 span { border-color: rgb(155,57,15); }

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