#9B450B

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

Shades of Saddle Brown #9B450B

Tints of Saddle Brown #9B450B

Color information

#9B450B (or 0x9B450B) is unknown color: approx Saddle Brown. HEX triplet: 9B, 45 and 0B. RGB value is (155,69,11). Sum of RGB (Red+Green+Blue) = 155+69+11=235 (31% of max value = 765). Red value is 155 (60.94% from 255 or 65.96% from 235); Green value is 69 (27.34% from 255 or 29.36% from 235); Blue value is 11 (4.69% from 255 or 4.68% from 235); Max value from RGB is 155 - color contains mainly: red. Hex color #9B450B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #9B450B is #64BAF4. Grayscale: #585858. Windows color (decimal): -6601461 or 738715. OLE color: 738715.

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

Color convert

RGB1556911-
CMYK00.550.930.39
HSL24.17º86.75%32.55%-
HSV(B)24.17º92.9%60.78%-
XYZ15.7111.251.66-
YUV88.184.49175.72-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 65.96%
GREEN value IS 69 (27.34% from 255) = 29.36%
BLUE value IS 11 (4.69% from 255) = 4.68%
R=65.96%
G=29.36%
B=4.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.93
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155691100.550.930.3924.1786.7532.55
Hex9B45B0375D27185721
Octal23310513067135473012741
Binary100110111000101101101101111011101100111110001010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B450B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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